Javascript Reference
Categories: event

javascript event bubbles

@March 15, 2008, 1:22 a.m.
bubblesFirefox/Netscape/NN 6 IE n/a Chrome/Safari/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.


Powered by Linode.