var imgArr; $(document).ready(function(){ preload(["/vehiclephotos/1645638/huge/7934a821-6bb0-455d-978e-e6eb022f6d8a.jpg"]); $("#photo-main").attr("src","/vehiclephotos/1645638/huge/7934a821-6bb0-455d-978e-e6eb022f6d8a.jpg"); }); function preload(arrayOfImages) { $(arrayOfImages).each(function(){ $('')[0].src = this; }); imgArr = arrayOfImages; }