var imgArr; $(document).ready(function(){ preload(["/vehiclephotos/1197086/huge/b4f984d9-fe72-4b7a-849d-64300f709cd7.jpg"]); $("#photo-main").attr("src","/vehiclephotos/1197086/huge/b4f984d9-fe72-4b7a-849d-64300f709cd7.jpg"); }); function preload(arrayOfImages) { $(arrayOfImages).each(function(){ $('')[0].src = this; }); imgArr = arrayOfImages; }