var imgArr; $(document).ready(function(){ preload(["/vehiclephotos/1650528/huge/5e72ec57-be9f-4215-8f5d-ad1c566263b8.jpg"]); $("#photo-main").attr("src","/vehiclephotos/1650528/huge/5e72ec57-be9f-4215-8f5d-ad1c566263b8.jpg"); }); function preload(arrayOfImages) { $(arrayOfImages).each(function(){ $('')[0].src = this; }); imgArr = arrayOfImages; }