开发者

How to preload a entire website like Gmail?

开发者 https://www.devze.com 2023-01-19 05:51 出处:网络
How to preload the entire website like gmail does? How to show this in progress bar? What are the mechanisms used to get this effect?

How to preload the entire website like gmail does? How to show this in progress bar? What are the mechanisms used to get this effect?

I ca开发者_开发百科n use jquery, jquery UI, php. Will this be enought to create this?


I'm quite sure Gmail is built using the Google Web Toolkit, which essentially means that your whole application is contained in JavaScript files.. in fact the initial page source of Gmail is practically empty. This post will probably help: GMail like file upload progress bar with GWT?


idea behind showing progress bar while page is loading....simply start loading bar and hide when $(document).ready(); All the others things after that are made with hashbang / hashtag. Here is exactly what you are looking for

0

精彩评论

暂无评论...
验证码 换一张
取 消