Return to Snippet

Revision: 52351
at October 20, 2011 20:39 by retsub79


Initial Code
$([
	'/path/to/image.png',
 	'/path/to/image.png'
]).each(function(){
		 $('<img/>')[0].src = this;
        new Image().src=this;
});

Initial URL


Initial Description


Initial Title
jQuery - Preload images

Initial Tags
jquery

Initial Language
jQuery