var imgArr; $(document).ready(function(){ preload(["/vehiclephotos/1663251/huge/4beb982b-620e-4bd6-9111-263663041cb6.jpg", "/vehiclephotos/1663251/huge/d01b8c0a-e61e-42ef-aeba-febfd2ff1482.jpg", "/vehiclephotos/1663251/huge/3b289e63-130e-46b6-a5ff-05d0cbda0372.jpg", "/vehiclephotos/1663251/huge/8ba05b39-224c-4850-a781-64ea68b03314.jpg", "/vehiclephotos/1663251/huge/b243e10d-a4ed-4b18-a07a-a32129e4c679.jpg"]); $("#photo-main").attr("src","/vehiclephotos/1663251/huge/4beb982b-620e-4bd6-9111-263663041cb6.jpg"); }); function preload(arrayOfImages) { $(arrayOfImages).each(function(){ $('')[0].src = this; }); imgArr = arrayOfImages; }