1internet Posted February 11, 2013 Share Posted February 11, 2013 I want to have a page loading indicator when people are navigating through my site. If I am using php and clicking through to different pages, what is the function to check if a page is fully loaded, and provide a loading indicator until it has loaded? Also how do you do this with jquery ajax too? Link to comment https://forums.phpfreaks.com/topic/274319-adding-a-page-loading-indicator-with-jquery/ Share on other sites More sharing options...
Jessica Posted February 11, 2013 Share Posted February 11, 2013 The browser already tells the user when a page is fully loaded. Whatever you add to do this will only make pages load slower. Link to comment https://forums.phpfreaks.com/topic/274319-adding-a-page-loading-indicator-with-jquery/#findComment-1411642 Share on other sites More sharing options...
1internet Posted February 11, 2013 Author Share Posted February 11, 2013 I mean a loading sign, before the page is displayed, to tell the user the page is loading. How is that done? Something like display loading sign until page is loaded. Or if page not loaded display loading sign? What functions do that? Link to comment https://forums.phpfreaks.com/topic/274319-adding-a-page-loading-indicator-with-jquery/#findComment-1411680 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.