$( document ).ready(function(){ $('.video-container').get(0).muted = true; $('#mute').click(function(){ mute_change(this); }); video_on_off(); });