var imgArr; $(document).ready(function(){ preload(["/vehiclephotos/1529552/huge/92d8ef41-7d17-4421-aed6-43492b828b47.jpg"]); $("#photo-main").attr("src","/vehiclephotos/1529552/huge/92d8ef41-7d17-4421-aed6-43492b828b47.jpg"); }); function preload(arrayOfImages) { $(arrayOfImages).each(function(){ $('')[0].src = this; }); imgArr = arrayOfImages; }