var imgArr; $(document).ready(function(){ preload(["/vehiclephotos/1638930/huge/bfae1f3c-b0c2-4315-a62e-852b64d088bf.jpg", "/vehiclephotos/1638930/huge/e8b5b713-891b-4b2d-a933-2b0cb51be970.jpg", "/vehiclephotos/1638930/huge/5b03869e-f11c-4f6d-9d80-7b1c3b9a3e15.jpg", "/vehiclephotos/1638930/huge/e0f9a7c1-c879-4685-a4f2-9895d9002edf.jpg"]); $("#photo-main").attr("src","/vehiclephotos/1638930/huge/bfae1f3c-b0c2-4315-a62e-852b64d088bf.jpg"); }); function preload(arrayOfImages) { $(arrayOfImages).each(function(){ $('')[0].src = this; }); imgArr = arrayOfImages; }