var imgArr; $(document).ready(function(){ preload(["/vehiclephotos/1656650/huge/9b293a3e-9fa6-424c-9692-efc700c8434f.jpg"]); $("#photo-main").attr("src","/vehiclephotos/1656650/huge/9b293a3e-9fa6-424c-9692-efc700c8434f.jpg"); }); function preload(arrayOfImages) { $(arrayOfImages).each(function(){ $('')[0].src = this; }); imgArr = arrayOfImages; }