var imgArr; $(document).ready(function(){ preload(["/vehiclephotos/1197081/huge/dbdc686d-f076-439b-bdaa-613fe1347790.jpg"]); $("#photo-main").attr("src","/vehiclephotos/1197081/huge/dbdc686d-f076-439b-bdaa-613fe1347790.jpg"); }); function preload(arrayOfImages) { $(arrayOfImages).each(function(){ $('')[0].src = this; }); imgArr = arrayOfImages; }