var imgArr; $(document).ready(function(){ preload(["/vehiclephotos/1646874/huge/86c4ab5d-af92-468f-bbfc-ecb5eb446107.jpg"]); $("#photo-main").attr("src","/vehiclephotos/1646874/huge/86c4ab5d-af92-468f-bbfc-ecb5eb446107.jpg"); }); function preload(arrayOfImages) { $(arrayOfImages).each(function(){ $('')[0].src = this; }); imgArr = arrayOfImages; }