jimmyliew Posted June 27, 2009 Share Posted June 27, 2009 Hi, I am a newbie here. Does anyone knows how to hide the page while the page load? Probably just show a GIF image. The content will appear once the page finished load. Appreaciated anyone can share the code. Thanks :'( Link to comment https://forums.phpfreaks.com/topic/163845-while-page-load-hide-content-and-show-loading/ Share on other sites More sharing options...
Reaper0167 Posted June 27, 2009 Share Posted June 27, 2009 What are you loading that takes that much time? Just wondering. Link to comment https://forums.phpfreaks.com/topic/163845-while-page-load-hide-content-and-show-loading/#findComment-864506 Share on other sites More sharing options...
jimmyliew Posted June 27, 2009 Author Share Posted June 27, 2009 What are you loading that takes that much time? Just wondering. I am currently using jQuery UI template to develop a dashboard system for my client. The function I use is "Tab" function of jQuery. You can visit to http://www.jquery.com if you are not sure about what I am trying to say. The problem I have now, the page will load the full page, and then call the javascript function to separate my content into diff tabs. It looks pretty ugly, the page actually load in a full messy way, then adjust itself into tabs. Is that anyway I can hide it? My client just interest to see the complete interface, he has no intention to see how the progress of making it. Kindly advice. Thank you. Link to comment https://forums.phpfreaks.com/topic/163845-while-page-load-hide-content-and-show-loading/#findComment-864509 Share on other sites More sharing options...
trq Posted June 27, 2009 Share Posted June 27, 2009 Yes you can hide it and its best done with jQuery. This is a php help board. Link to comment https://forums.phpfreaks.com/topic/163845-while-page-load-hide-content-and-show-loading/#findComment-864511 Share on other sites More sharing options...
jimmyliew Posted June 27, 2009 Author Share Posted June 27, 2009 Yes you can hide it and its best done with jQuery. This is a php help board. Mind to share the codes on how to hide it? I am lost now. Thanks :'( Link to comment https://forums.phpfreaks.com/topic/163845-while-page-load-hide-content-and-show-loading/#findComment-864513 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.