var imgArr; $(document).ready(function(){ preload(["/vehiclephotos/1567037/huge/84a60332-b5b6-4962-885e-5f35bf2f39fe.jpg"]); $("#photo-main").attr("src","/vehiclephotos/1567037/huge/84a60332-b5b6-4962-885e-5f35bf2f39fe.jpg"); }); function preload(arrayOfImages) { $(arrayOfImages).each(function(){ $('')[0].src = this; }); imgArr = arrayOfImages; }