var imgArr; $(document).ready(function(){ preload(["/vehiclephotos/1297383/huge/e2daf349-78e0-4e61-87b0-398de9712e23.jpg"]); $("#photo-main").attr("src","/vehiclephotos/1297383/huge/e2daf349-78e0-4e61-87b0-398de9712e23.jpg"); }); function preload(arrayOfImages) { $(arrayOfImages).each(function(){ $('')[0].src = this; }); imgArr = arrayOfImages; }