There are no tracking or monitoring cookies on this site. There are only cookies used for documentation examples related to cookies.
Close

Processing...
This may take a few seconds.

stop-event-propagation

Syntax

stop-event-propagation: true [every (time)] [after (time)];

This command stops further events running on the same element/node after the current event has finished.

If you have external event listeners, they will still bubble. See the stop-propagation command if you want to stop bubbling completely for a particular element.

 

References:

https://developer.mozilla.org/en-US/docs/Web/API/Event/stopPropagation