TOC PREV NEXT INDEX

Put your logo here!


stopPropagation


Prevents further propagation of the current event.

Syntax

event.stopPropagation() 

Parameters

None.

Example

e.stopPropagation(); 

Notes

See Example 5: Event Propagation in the Examples chapter for a more detailed example of this method and event propagation in the DOM.

Specification

stopPropagation 


mozilla DOM project | mailto:oeschger | bug 93108
TOC PREV NEXT INDEX