GitXplorerGitXplorer
y

jquery-preload

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.

No commits found

There are no commits on branch master.

README

The README file for this repository.

jQuery Preload Plugin

Tiny image preloader using deferred's promise object.

Plugin has AMD (Asynchronous Module Definition) support.

Usage

// Preload image sources in figure element
$( 'figure' ).preload();

// Preload images from array
$.preload([ 'www.example.com/image.jpg', 'www.example.com/picture.png' ]);

License

Copyright (c) 2013 Anton Yefremov
Free to use and abuse under the MIT license.
http://opensource.org/licenses/MIT