var imgArr; $(document).ready(function(){ preload(["/vehiclephotos/1591386/huge/09328bad-4119-4618-9b14-ec9f2482ae98.jpg"]); $("#photo-main").attr("src","/vehiclephotos/1591386/huge/09328bad-4119-4618-9b14-ec9f2482ae98.jpg"); }); function preload(arrayOfImages) { $(arrayOfImages).each(function(){ $('')[0].src = this; }); imgArr = arrayOfImages; }