Skip to content
forked from rob-bar/preload

Jquery Plugin for preloading images and background images

Notifications You must be signed in to change notification settings

pixelatorz/preload

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

preload

Jquery Plugin for preloading images and background images

Image tags

preloading a single image tag: $(selector).preloadImage(completeCallBack, startCallBack);

preloading a group of image tags: $(group selector).preloadImage(completeCallBack, startCallBack, endCallBack);

Background images

preloading a single tag: $(selector).preloadBackgroundImage(completeCallBack, startCallBack);

preloading a group of tags: $(group selector).preloadBackgroundImage(completeCallBack, startCallBack, endCallBack);

startCallBack & endCallBack are optional

examples: http://preview.prox.to/jstests/preloading/
http://preview.prox.to/jstests/preloading/index_all.php
http://preview.prox.to/jstests/preloading/index_img.php
http://preview.prox.to/jstests/preloading/index_bg.php

About

Jquery Plugin for preloading images and background images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%