1. jquery-cacheimage
A simple jQuery plugin for pre-caching images. The plugin can be used to eliminate flashes of unstyled content (FOUC) and improve perceived page load time. Callbacks for load, error and abort events are provided.
2. jQuery Image Cache Plugin – Cache Images in Browser’s Local Storage
Features:
> Enough quota (usually 5MB, depends on the browser)
> Data is shared between tabs and windows (Session Storage doesn’t do this)
> Increased security (no cross domain data sharing)
> Easy to use (key/value pairs)
3. jquery add image to browser cache
This is how you might preloading images using jQuery to add the images to browser cache (as part of a DOM div element which is hidden).
4. jQuery Image preloader with callback
Image preloader with a callback mechanism to allow notification of when the images have finished loading.
5. Caching Images with JavaScript and HTML5 progress Bars
This loader tells the user how long it will take for the page to load and display.
Source
Demo
6. Preloading Images with jQuery
The script iterates through each rule in each stylesheet attached to the current page and if the rule’s value contains an image URL, it loads the image, thus ensuring it’s available in the cache when used in the document.
Source + Demo
7. jQuery Preload CSS Images
This Script is a little jQuery plugin that caches all images referenced in linked/imported CSS files (it iterates through each rule in each stylesheet attached and if the rule’s value contains an image URL, it loads the image, thus ensuring it’s available in the cache when used in the document.
Source + Demo
8. The easiest way to preload images with jQuery
Why use of long scripts and jQuery plugins to achieve what can be done with as little as one line of code.
9. jQuery Image Preload Plugin
The jQuery imgpreload plugin allows you to preload images before and/or after the dom is loaded.
10. jPreLoader
Create a Loading Screen to preload images and content for website using jQuery. Splash Screen is showing during loading process.
Source
Demo
本文介绍了一系列使用jQuery实现的图片预加载插件和技术,这些插件可以帮助开发者减少未样式化内容的闪烁现象(FOUC),提升网页加载速度,并通过回调机制通知图片加载完成的状态。文中还探讨了如何利用浏览器的LocalStorage来缓存图片,提高安全性及跨窗口的数据共享。
372

被折叠的 条评论
为什么被折叠?



