/ Published in: Other
Expand |
Embed | Plain Text
// Preload Images jQuery.preloadImages = function() { for(var i = 0; i").attr("src", arguments[i]); } }; // Usage $.preloadImages("image1.gif", "/path/to/image2.png", "some/image3.jpg");
You need to login to post a comment.
