Prevents any further propagation of an event.
Syntax event.stopImmediatePropagation();
Return Value
No return value
Usage Use this method to prevent any further dispatch of the event, even if additional event handlers remain on the target element.
Notes
To allow the remaining handlers to run, use the stopPropagation method instead.
Related specificationsMicrosoft Developer Network: [Windows Internet Explorer API reference Article]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4