Event
JavaScript: Event
Categories:
Event Behavior
Type | Description |
---|---|
e.preventDefault() | Stop default events |
e.stopPropagation() | Stop sending events to the parent DOM elements |
Reference
- UI Events
- DOM Standard
- Is there a way stop bubble in javascript without “e” parameter? - Stack Overflow