var imgArr; $(document).ready(function(){ preload(["/vehiclephotos/1655414/huge/880e50ab-1ff9-4136-ad35-1063600251fc.jpg"]); $("#photo-main").attr("src","/vehiclephotos/1655414/huge/880e50ab-1ff9-4136-ad35-1063600251fc.jpg"); }); function preload(arrayOfImages) { $(arrayOfImages).each(function(){ $('')[0].src = this; }); imgArr = arrayOfImages; }