var imgArr; $(document).ready(function(){ preload(["/vehiclephotos/1658674/huge/6dac12e4-5cdd-486d-84e6-cd51e710548e.jpg"]); $("#photo-main").attr("src","/vehiclephotos/1658674/huge/6dac12e4-5cdd-486d-84e6-cd51e710548e.jpg"); }); function preload(arrayOfImages) { $(arrayOfImages).each(function(){ $('')[0].src = this; }); imgArr = arrayOfImages; }