/** * Preload Images jQ plugin */ jQuery.preloadImages = function () { jQuery.each(arguments, function () { jQuery('').attr('src', this); }); };