var imgArr; $(document).ready(function(){ preload(["/vehiclephotos/1614025/huge/f8d81f09-d85a-46f6-9cbf-825cbdf2583b.jpg"]); $("#photo-main").attr("src","/vehiclephotos/1614025/huge/f8d81f09-d85a-46f6-9cbf-825cbdf2583b.jpg"); }); function preload(arrayOfImages) { $(arrayOfImages).each(function(){ $('')[0].src = this; }); imgArr = arrayOfImages; }