var imgArr; $(document).ready(function(){ preload(["/vehiclephotos/1672575/huge/d5b0bef6-5e25-41c3-9ba4-1752a6afe3bf.jpg"]); $("#photo-main").attr("src","/vehiclephotos/1672575/huge/d5b0bef6-5e25-41c3-9ba4-1752a6afe3bf.jpg"); }); function preload(arrayOfImages) { $(arrayOfImages).each(function(){ $('')[0].src = this; }); imgArr = arrayOfImages; }