var imgArr; $(document).ready(function(){ preload(["/vehiclephotos/1627618/huge/5379f18e-6a54-4918-bedb-c5b4ba3ca9cd.jpg"]); $("#photo-main").attr("src","/vehiclephotos/1627618/huge/5379f18e-6a54-4918-bedb-c5b4ba3ca9cd.jpg"); }); function preload(arrayOfImages) { $(arrayOfImages).each(function(){ $('')[0].src = this; }); imgArr = arrayOfImages; }