var imgArr; $(document).ready(function(){ preload(["/vehiclephotos/1669007/huge/f865693e-e549-4b88-877a-4a912783bb34.jpg"]); $("#photo-main").attr("src","/vehiclephotos/1669007/huge/f865693e-e549-4b88-877a-4a912783bb34.jpg"); }); function preload(arrayOfImages) { $(arrayOfImages).each(function(){ $('')[0].src = this; }); imgArr = arrayOfImages; }