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? Quote Link to comment 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. Quote Link to comment 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? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.