Skip to content

Instantly share code, notes, and snippets.

@Victa
Created July 3, 2011 07:55
Show Gist options
  • Save Victa/1062047 to your computer and use it in GitHub Desktop.
Save Victa/1062047 to your computer and use it in GitHub Desktop.
HTML5 audio stop
HTMLAudioElement.prototype.stop=function(){this.pause();this.currentTime=0};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment