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()
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.
event.stopPropagation()