var imgArr; $(document).ready(function(){ preload(["/vehiclephotos/1655376/huge/d42912b5-f3e3-41dd-a35d-8d92facbd9fa.jpg"]); $("#photo-main").attr("src","/vehiclephotos/1655376/huge/d42912b5-f3e3-41dd-a35d-8d92facbd9fa.jpg"); }); function preload(arrayOfImages) { $(arrayOfImages).each(function(){ $('')[0].src = this; }); imgArr = arrayOfImages; }