var imgArr; $(document).ready(function(){ preload(["/vehiclephotos/1653185/huge/b3a38123-4273-4930-82ec-ecec8cda2d60.jpg"]); $("#photo-main").attr("src","/vehiclephotos/1653185/huge/b3a38123-4273-4930-82ec-ecec8cda2d60.jpg"); }); function preload(arrayOfImages) { $(arrayOfImages).each(function(){ $('')[0].src = this; }); imgArr = arrayOfImages; }