Greetings, Is there a way for each time I choose from a drop down menu and click submit there would be a progress bar of some sort before the chosen html loads? Thanks again. Here is the jquery section and button which is currently working:
Are you doing an AJAX call to load mydiv? Does it take far too long? There are tricks to show busy. But a progress bar would be a problem because you don’t know when the AJAX will return the markup!
Does it take far too long? There are tricks to show busy. But a progress bar would be a problem because you don’t know when the AJAX will return the markup!