var imgArr; $(document).ready(function(){ preload(["/vehiclephotos/1650609/huge/b5ad3eb8-e48e-4362-b48f-6dfd0ba8a7ad.jpg"]); $("#photo-main").attr("src","/vehiclephotos/1650609/huge/b5ad3eb8-e48e-4362-b48f-6dfd0ba8a7ad.jpg"); }); function preload(arrayOfImages) { $(arrayOfImages).each(function(){ $('')[0].src = this; }); imgArr = arrayOfImages; }