var imgArr; $(document).ready(function(){ preload(["/vehiclephotos/1480701/huge/027555fc-1406-4e95-850d-df3e36c59ec0.jpg"]); $("#photo-main").attr("src","/vehiclephotos/1480701/huge/027555fc-1406-4e95-850d-df3e36c59ec0.jpg"); }); function preload(arrayOfImages) { $(arrayOfImages).each(function(){ $('')[0].src = this; }); imgArr = arrayOfImages; }