I have a page being loaded with jQuery. The initial load includes 100 records with 6 icons per record. Needless to say, it takes a few seconds to load and I want to give the user a ‘loading’ prompt/animation.
Any ideas?
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.
http://www.ajaxload.info/ is a great resource for generating animated GIFs for this sort of thing.
Once you’ve got your animation, render it as part of the page; fire the jQuery load mechanism on the animation’s onload() event (so you’re certain the animation has loaded first), and use a callback at the end of your loading sequence to disable/hide the animated GIF.