var imgArr; $(document).ready(function(){ preload(["/vehiclephotos/1650325/huge/4bee2e96-9d95-4d18-9e64-066a68c3f581.jpg"]); $("#photo-main").attr("src","/vehiclephotos/1650325/huge/4bee2e96-9d95-4d18-9e64-066a68c3f581.jpg"); }); function preload(arrayOfImages) { $(arrayOfImages).each(function(){ $('')[0].src = this; }); imgArr = arrayOfImages; }