var imgArr; $(document).ready(function(){ preload(["/vehiclephotos/1424393/huge/79898445-1d85-465a-8102-1b3db05febeb.jpg"]); $("#photo-main").attr("src","/vehiclephotos/1424393/huge/79898445-1d85-465a-8102-1b3db05febeb.jpg"); }); function preload(arrayOfImages) { $(arrayOfImages).each(function(){ $('')[0].src = this; }); imgArr = arrayOfImages; }