jQuery.preload by Ariel Flesler

Done: 0/?

0 were loaded successfully.

0 couldn't be loaded.

Last loaded: none

Loading: none

Code Sample

$.preload( '#images img', {
    placeholder:'placeholder.jpg',
    notFound:'notfound.jpg'
});
       same as

$('#images img').preload({
    placeholder:'placeholder.jpg',
    notFound:'notfound.jpg'
});