I’m using an Ajax method to retrieve data, is there a way I can implement a loading timer while the process is being carried out?
Cheers
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Well seeing that the load time will vary a timer might not be the best option but what you could do is have an image as such
<img src="preloader.gif" id="Preloader" style="display:none;" />You can get some from preloaders.netThen in the jQuery if that’s what you are using. Show the preloader before the request.