July 1998
Intermediate to advanced
1456 pages
65h 5m
English
cancelBubble — NN n/a IE 4 DOM n/a
Read/Write
Specifies whether the event should propagate (bubble) up the element
container hierarchy. You usually only need to set this property to
true to override the default behavior and prevent
the event from going any further.
window.event.cancelBubble = true
Boolean: true | false.
false
Read now
Unlock full access