GitXplorerGitXplorer
y

jquery-preload

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
64b696b4a5fb4e834d0784096983f095101ee3ba

Remove volofile

yyefremov committed 12 years ago
Unverified
b88180e5bbe148882a334308a4be7e4c03143591

Update README.md

yyefremov committed 12 years ago
Unverified
509fbc3e5b781c36f5d6b60087bc34fe77056ada

Update README.md

yyefremov committed 12 years ago
Unverified
0880870cec638a123e4decfad3100bd8f59de965

Initial commit

yyefremov committed 12 years ago

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