使用 jQuery 预加载所有图像和背景图像的最佳方法
我有一个网站,仅包含两个页面:index.php 和 content.php。 这两个页面都相当长并且包含大量图形(包括内嵌图像和通过 CSS 的背景图像)。所有图形都位于一个文件夹 (/img) 中。
我的想法是在我的index.php 上包含一个预加载器。它应该显示进度条/微调器或其他东西,并且仅在加载所有图形后才显示 index.php 的“真实”内容。
使用 jQuery 实现此目的的最佳方法是什么?
提前致谢
I have a website which consists of only two pages: index.php and content.php.
Both pages are pretty long and contain lots of graphics (both inline images and background images via CSS). All graphics are located in one folder (/img).
My idea is to include a preloader on my index.php. It should display a progress bar / spinner or something and only display the "real" content of index.php once all the graphics are loaded.
What is the best way to achieve this using jQuery?
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论