Tagged Questions
1
vote
0answers
68 views
How to smoothly hide loading message and show the fetched data [closed]
How to smoothly hide loading message and show the fetched data.
I am using jquery to make an ajax call to get some data in meanwhile I am show user a loading gif, once the ajax call is successfull i ...