Tagged Questions
0
votes
3answers
128 views
Showing a loader for longer than required because it looks good?
Strange question this :)
Basically I have a website whereby lots of the loading/posting to a database is done with ajax.
At the moment there are no loading screens. As such if something breaks the ...
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 ...