var imgArr; $(document).ready(function(){ preload(["/vehiclephotos/1535744/huge/fdb3f05e-2dfe-4942-9392-c28032831260.jpg"]); $("#photo-main").attr("src","/vehiclephotos/1535744/huge/fdb3f05e-2dfe-4942-9392-c28032831260.jpg"); }); function preload(arrayOfImages) { $(arrayOfImages).each(function(){ $('')[0].src = this; }); imgArr = arrayOfImages; }