stopPropagation
The stopPropagation()
method of the Event interface prevents further propagation of the current event in the capturing and bubbling phases.
The stopPropagation()
method of the Event interface prevents further propagation of the current event in the capturing and bubbling phases.