var imgArr; $(document).ready(function(){ preload(["/vehiclephotos/1632623/huge/b22493e3-d55a-4400-8945-eaeb2c51100e.jpg"]); $("#photo-main").attr("src","/vehiclephotos/1632623/huge/b22493e3-d55a-4400-8945-eaeb2c51100e.jpg"); }); function preload(arrayOfImages) { $(arrayOfImages).each(function(){ $('')[0].src = this; }); imgArr = arrayOfImages; }