var imgArr; $(document).ready(function(){ preload(["/vehiclephotos/1230943/huge/1c2417be-5c94-44fa-95b8-2b20938e36a4.jpg"]); $("#photo-main").attr("src","/vehiclephotos/1230943/huge/1c2417be-5c94-44fa-95b8-2b20938e36a4.jpg"); }); function preload(arrayOfImages) { $(arrayOfImages).each(function(){ $('')[0].src = this; }); imgArr = arrayOfImages; }