var imgArr; $(document).ready(function(){ preload(["/vehiclephotos/1657712/huge/384e3eb6-eabe-4bb6-ab46-e15303476a04.jpg"]); $("#photo-main").attr("src","/vehiclephotos/1657712/huge/384e3eb6-eabe-4bb6-ab46-e15303476a04.jpg"); }); function preload(arrayOfImages) { $(arrayOfImages).each(function(){ $('')[0].src = this; }); imgArr = arrayOfImages; }