HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

stopImmediatePropagation

Description

The stopImmediatePropagation of Event for JS invoking this method prevents event from reaching any registered event listeners after the current one finishes running and, when dispatched in a tree, also prevents event from reaching any other objects.

Syntax

event.stopImmediatePropagation()

Examples

1 · listener

2 · tree