Prevents other listeners of the same event from being called.
SyntaxEdit
event.stopImmediatePropagation();
NotesEdit
If several listeners are attached to the same element for the same event type, they are called in order in which they have been added. If during one such call, event.stopImmediatePropagation()
is called, no remaining listeners will be called.
SpecificationsEdit
Specification | Status | Comment |
---|---|---|
DOM The definition of 'Event.stopImmediatePropagation()' in that specification. |
Living Standard | |
DOM4 The definition of 'Event.stopImmediatePropagation()' in that specification. |
Working Draft | Initial definition |
Browser compatibilityEdit
Document Tags and Contributors
Tags:
Contributors to this page:
cvrebert,
Sebastianz,
hexalys,
fscholz,
teoli,
dancol,
kscarfone,
rashidtherash,
jaskaran_singh,
Sheppy,
ziyunfei,
gf3,
dbruant
Last updated by:
cvrebert,