Tiny image preloader using deferred's promise object.
Plugin has AMD (Asynchronous Module Definition) support.
// Preload image sources in figure element
$( 'figure' ).preload();
// Preload images from array
$.preload([ 'www.example.com/image.jpg', 'www.example.com/picture.png' ]);
Copyright (c) 2013 Anton Yefremov
Free to use and abuse under the MIT license.
http://opensource.org/licenses/MIT