'cancelBubble' Syntax and Note : cancelBubble « Javascript Properties « JavaScript Reference

'cancelBubble' Syntax and Note

Note:

Read and write property. 
Sets whether or not the current event stops bubbling through the document hierarchy. 
    
Syntax:
    
window.event.cancelBubble = value

    

      
      








Related examples in the same category

1.'cancelBubble' Example
2.'cancelBubble' Possible Values
3.'cancelBubble' is applied to