var imgArr; $(document).ready(function(){ preload(["/vehiclephotos/1313942/huge/dfe540f5-7fc1-4c7f-8782-a93771c335ee.jpg"]); $("#photo-main").attr("src","/vehiclephotos/1313942/huge/dfe540f5-7fc1-4c7f-8782-a93771c335ee.jpg"); }); function preload(arrayOfImages) { $(arrayOfImages).each(function(){ $('')[0].src = this; }); imgArr = arrayOfImages; }