var imgArr; $(document).ready(function(){ preload(["/vehiclephotos/1480699/huge/84f180c8-ddb9-4b23-aab9-0ec7bde77ef2.jpg"]); $("#photo-main").attr("src","/vehiclephotos/1480699/huge/84f180c8-ddb9-4b23-aab9-0ec7bde77ef2.jpg"); }); function preload(arrayOfImages) { $(arrayOfImages).each(function(){ $('')[0].src = this; }); imgArr = arrayOfImages; }