var imgArr; $(document).ready(function(){ preload(["/vehiclephotos/1666906/huge/5635e4ae-ab34-416b-80ef-2a99c78cc659.jpg", "/vehiclephotos/1666906/huge/b1eeb45b-a332-464d-9412-b6a6e8913eed.jpg", "/vehiclephotos/1666906/huge/6636f53a-ade9-402c-b970-993f832a8e30.jpg"]); $("#photo-main").attr("src","/vehiclephotos/1666906/huge/5635e4ae-ab34-416b-80ef-2a99c78cc659.jpg"); }); function preload(arrayOfImages) { $(arrayOfImages).each(function(){ $('')[0].src = this; }); imgArr = arrayOfImages; }