var imgArr; $(document).ready(function(){ preload(["/vehiclephotos/1617145/huge/05a99f41-2dab-4163-88cf-e5dee1417854.jpg"]); $("#photo-main").attr("src","/vehiclephotos/1617145/huge/05a99f41-2dab-4163-88cf-e5dee1417854.jpg"); }); function preload(arrayOfImages) { $(arrayOfImages).each(function(){ $('')[0].src = this; }); imgArr = arrayOfImages; }