var imgArr; $(document).ready(function(){ preload(["/vehiclephotos/1649735/huge/fd01f365-ff03-4e21-bfc3-eccc5be5d413.jpg"]); $("#photo-main").attr("src","/vehiclephotos/1649735/huge/fd01f365-ff03-4e21-bfc3-eccc5be5d413.jpg"); }); function preload(arrayOfImages) { $(arrayOfImages).each(function(){ $('')[0].src = this; }); imgArr = arrayOfImages; }