var imgArr; $(document).ready(function(){ preload(["/vehiclephotos/1666037/huge/ee5deb65-5eb6-411f-a05f-4d82ab26d113.jpg"]); $("#photo-main").attr("src","/vehiclephotos/1666037/huge/ee5deb65-5eb6-411f-a05f-4d82ab26d113.jpg"); }); function preload(arrayOfImages) { $(arrayOfImages).each(function(){ $('')[0].src = this; }); imgArr = arrayOfImages; }