var imgArr; $(document).ready(function(){ preload(["/vehiclephotos/1613926/huge/6b1f7ce5-6959-4825-a9be-348e7b968ab6.jpg"]); $("#photo-main").attr("src","/vehiclephotos/1613926/huge/6b1f7ce5-6959-4825-a9be-348e7b968ab6.jpg"); }); function preload(arrayOfImages) { $(arrayOfImages).each(function(){ $('')[0].src = this; }); imgArr = arrayOfImages; }