var imgArr; $(document).ready(function(){ preload(["/vehiclephotos/1614023/huge/b9d730ae-9345-4708-bded-d225eccc673e.jpg"]); $("#photo-main").attr("src","/vehiclephotos/1614023/huge/b9d730ae-9345-4708-bded-d225eccc673e.jpg"); }); function preload(arrayOfImages) { $(arrayOfImages).each(function(){ $('')[0].src = this; }); imgArr = arrayOfImages; }