var imgArr; $(document).ready(function(){ preload(["/vehiclephotos/1611070/huge/f4d7f097-4650-45c4-9aad-10e12fee8885.jpg"]); $("#photo-main").attr("src","/vehiclephotos/1611070/huge/f4d7f097-4650-45c4-9aad-10e12fee8885.jpg"); }); function preload(arrayOfImages) { $(arrayOfImages).each(function(){ $('')[0].src = this; }); imgArr = arrayOfImages; }