var imgArr; $(document).ready(function(){ preload(["/vehiclephotos/1654585/huge/169c6c6f-7e1a-4cce-9612-892fa5218045.jpg"]); $("#photo-main").attr("src","/vehiclephotos/1654585/huge/169c6c6f-7e1a-4cce-9612-892fa5218045.jpg"); }); function preload(arrayOfImages) { $(arrayOfImages).each(function(){ $('')[0].src = this; }); imgArr = arrayOfImages; }