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

stopPropagation

Description

The stopPropagation of Event for JS when dispatched in a tree, invoking this method prevents event from reaching any objects other than the current object.

Syntax

event.stopPropagation()

Examples

1