I need to spin the progress wheel while a lot of database queries and third-party cURL are being executed while the user is waiting.
Should the progress wheel show on its own, or should I show it as soon as the page template (but not the content) has loaded?
Should I show the progress wheel until the HTML / javascript page is loaded, or when the PHP download is complete?
If you can show in raw code how most people do it, that would be great. I am using jQuery and this is a PHP site.
jquery ajax php progress-bar
babonk
source share