Skip to content

Instantly share code, notes, and snippets.

@xubo-bj
Created March 29, 2016 23:06
Show Gist options
  • Select an option

  • Save xubo-bj/c2a41caa07c85d8c213873c0e87fae63 to your computer and use it in GitHub Desktop.

Select an option

Save xubo-bj/c2a41caa07c85d8c213873c0e87fae63 to your computer and use it in GitHub Desktop.
event
if (ev && ev.stopPropagation) {
ev.stopPropagation();
} else {
window.event.cancelBubble = true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment