Created
March 29, 2016 23:06
-
-
Save xubo-bj/c2a41caa07c85d8c213873c0e87fae63 to your computer and use it in GitHub Desktop.
event
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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