var imgArr; $(document).ready(function(){ preload(["/vehiclephotos/1655956/huge/1319984c-c619-46e2-bb89-44970f00123a.jpg"]); $("#photo-main").attr("src","/vehiclephotos/1655956/huge/1319984c-c619-46e2-bb89-44970f00123a.jpg"); }); function preload(arrayOfImages) { $(arrayOfImages).each(function(){ $('')[0].src = this; }); imgArr = arrayOfImages; }