var imgArr; $(document).ready(function(){ preload(["/vehiclephotos/1653907/huge/6680bd9e-4327-4829-b040-bd3d424a50bb.jpg"]); $("#photo-main").attr("src","/vehiclephotos/1653907/huge/6680bd9e-4327-4829-b040-bd3d424a50bb.jpg"); }); function preload(arrayOfImages) { $(arrayOfImages).each(function(){ $('')[0].src = this; }); imgArr = arrayOfImages; }