var imgArr; $(document).ready(function(){ preload(["/vehiclephotos/1664478/huge/259751c7-7284-4260-a60d-ace54d479b48.jpg"]); $("#photo-main").attr("src","/vehiclephotos/1664478/huge/259751c7-7284-4260-a60d-ace54d479b48.jpg"); }); function preload(arrayOfImages) { $(arrayOfImages).each(function(){ $('')[0].src = this; }); imgArr = arrayOfImages; }