var imgArr; $(document).ready(function(){ preload(["/vehiclephotos/1603026/huge/b64dbfdc-9c99-4163-b17b-6141a83a917d.jpg"]); $("#photo-main").attr("src","/vehiclephotos/1603026/huge/b64dbfdc-9c99-4163-b17b-6141a83a917d.jpg"); }); function preload(arrayOfImages) { $(arrayOfImages).each(function(){ $('')[0].src = this; }); imgArr = arrayOfImages; }