var imgArr; $(document).ready(function(){ preload(["/vehiclephotos/1572892/huge/862640f2-8c67-4b9c-82fc-ca3bddaeb77e.jpg"]); $("#photo-main").attr("src","/vehiclephotos/1572892/huge/862640f2-8c67-4b9c-82fc-ca3bddaeb77e.jpg"); }); function preload(arrayOfImages) { $(arrayOfImages).each(function(){ $('')[0].src = this; }); imgArr = arrayOfImages; }