var imgArr; $(document).ready(function(){ preload(["/vehiclephotos/1627619/huge/2e16b863-2d1b-4cc3-a861-56226ca56648.jpg"]); $("#photo-main").attr("src","/vehiclephotos/1627619/huge/2e16b863-2d1b-4cc3-a861-56226ca56648.jpg"); }); function preload(arrayOfImages) { $(arrayOfImages).each(function(){ $('')[0].src = this; }); imgArr = arrayOfImages; }