|
|
|
|
|
stopPropagation
Prevents further propagation of the current event.
Syntax
event.stopPropagation()Parameters
Example
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 |
|
|
|
|
|