preloadImages

程序名称:preloadImages

授权协议: 未知

操作系统: 跨平台

开发语言: JavaScript

preloadImages 介绍

preloadImages makes it easy to preload any image, or a list of images. Just
call $.preloadImages(['myimage1.jpg', 'myimage2.jpg']); and it’ll do all the
work for you - preloading one image at a time. This is controlled via a queue,
so images at the start of the queue are preloaded first.

normal usage:
Add to end of queue and start preloading.
$.preloadImages(['1.jpg', '2.jpg', '3.jpg']);

Add:
Add to end of queue, but don’t start preloading.
$.preloadImages.add(['1.jpg', '2.jpg', '3.jpg']);

Prepend:
Prepend to start of queue, but don’t start preloading.
$.preloadImages.prepend(['1.jpg', '2.jpg', '3.jpg']);

Clear:
Clear the queue.
$.preloadImages.clear();

Stop:
Stop processing the queue, but don’t clear it.
$.preloadImages.stop();

Start:
Start processing the queue.
$.preloadImages.start();

Direct manupulation
Directly manipulate the queue as a normal array of image URLs.
$.preloadImages.imageQueue

preloadImages 官网

http://plugins.jquery.com/project/preloadImages

相关编程语言

多功能下拉选择插件 SelectPage 简洁而强大的下拉分...
AutoComplete 是一个 jQuery Mobile 的插件,用于实...
Combogrid 是一个jQuery插件用于为输入框添加高级自...
Autobox2这个jQuery插件,可以用于创建类似于Facebo...
Link Scraper TextBox 是一个文本框的扩展插件,当你...
Awesomplete 超小超好用的超漂亮的 autocomplete 框...