var imgArr; $(document).ready(function(){ preload(["/vehiclephotos/1655355/huge/6511bbf5-0474-4c10-be07-879294acf7a2.jpg"]); $("#photo-main").attr("src","/vehiclephotos/1655355/huge/6511bbf5-0474-4c10-be07-879294acf7a2.jpg"); }); function preload(arrayOfImages) { $(arrayOfImages).each(function(){ $('')[0].src = this; }); imgArr = arrayOfImages; }