var imgArr; $(document).ready(function(){ preload(["/vehiclephotos/1656912/huge/e35cfa69-7739-441b-9957-1916feec66f0.jpg"]); $("#photo-main").attr("src","/vehiclephotos/1656912/huge/e35cfa69-7739-441b-9957-1916feec66f0.jpg"); }); function preload(arrayOfImages) { $(arrayOfImages).each(function(){ $('')[0].src = this; }); imgArr = arrayOfImages; }