var imgArr; $(document).ready(function(){ preload(["/vehiclephotos/1663714/huge/d9bfc46d-b40a-4430-aebb-ee7ee9606d22.jpg"]); $("#photo-main").attr("src","/vehiclephotos/1663714/huge/d9bfc46d-b40a-4430-aebb-ee7ee9606d22.jpg"); }); function preload(arrayOfImages) { $(arrayOfImages).each(function(){ $('')[0].src = this; }); imgArr = arrayOfImages; }