var imgArr; $(document).ready(function(){ preload(["/vehiclephotos/1614028/huge/657fec88-f596-4ce2-86f5-7c9efe67802c.jpg"]); $("#photo-main").attr("src","/vehiclephotos/1614028/huge/657fec88-f596-4ce2-86f5-7c9efe67802c.jpg"); }); function preload(arrayOfImages) { $(arrayOfImages).each(function(){ $('')[0].src = this; }); imgArr = arrayOfImages; }