javascript event bubbles

bubblesNN 6 IE n/a DOM 2

Read-only

Returns Boolean true if the default behavior of the event is to allow the event to bubble through the element hierarchy.

 
Example
 
if (evt.bubbles) {
    // handle case of the event bubbling
}
 
Value

Boolean value: true | false.

 
Default

Event type-specific.


746,Nickname,Homepage or email,Comments here,Add comment