var imgArr; $(document).ready(function(){ preload(["/vehiclephotos/1663477/huge/84386556-72f6-4b23-ad08-6f9cb4f0d120.jpg"]); $("#photo-main").attr("src","/vehiclephotos/1663477/huge/84386556-72f6-4b23-ad08-6f9cb4f0d120.jpg"); }); function preload(arrayOfImages) { $(arrayOfImages).each(function(){ $('')[0].src = this; }); imgArr = arrayOfImages; }