var imgArr; $(document).ready(function(){ preload(["/vehiclephotos/1253384/huge/01e735e9-8fe0-4e00-9bbd-0ed33ad9b4ff.jpg", "/vehiclephotos/1253384/huge/8cb5daf4-84f9-40dc-9787-180955c11b60.jpg"]); $("#photo-main").attr("src","/vehiclephotos/1253384/huge/01e735e9-8fe0-4e00-9bbd-0ed33ad9b4ff.jpg"); }); function preload(arrayOfImages) { $(arrayOfImages).each(function(){ $('')[0].src = this; }); imgArr = arrayOfImages; }