var imgArr; $(document).ready(function(){ preload(["/vehiclephotos/1666116/huge/5ee4d97d-92fc-40ec-b84c-b7eddcce47c5.jpg"]); $("#photo-main").attr("src","/vehiclephotos/1666116/huge/5ee4d97d-92fc-40ec-b84c-b7eddcce47c5.jpg"); }); function preload(arrayOfImages) { $(arrayOfImages).each(function(){ $('')[0].src = this; }); imgArr = arrayOfImages; }