Event.cancelBubble
Deprecated
Avoid using this feature in new projects. This feature may be a candidate for removal from web standards or browsers. >
Event.cancelBubble ìì±ì Event.stopPropagation()ì ë³ì¹ì
ëë¤. ì´ë²¤í¸ í¸ë¤ë¬ìì ë°íë기 ì ì ê°ì trueë¡ ì¤ì íë©´ ì´ë²¤í¸ê° ì íëì§ ììµëë¤.
ìì
js
elem.onclick = function (event) {
// Do cool things here
event.cancelBubble = true;
};
ëª ì¸
| Specification |
|---|
| DOM > # dom-event-cancelbubble > |