javascript event stopPropagation( )
| stopPropagation( ) | NN 6 IE n/a DOM 2 |
|
Prevents the current event from propagating through the capture or bubbling hierarchy beyond the node currently processing the event. This method performs the same action as assigning false to the event object's cancelBubble property (for bubbling propagation only). |
|
| Parameters | |
None. |
|
| Returned Value | |
None. |
|
804,Nickname,Homepage or email,Comments here,Add comment
