Gets a value that indicates whether an event propagates up from the event target.
Property of dom/Eventdom/Event
SyntaxNote: This property is read-only.
var bubbles = event.bubbles;
Return Value
Returns an object of type BooleanBoolean
Whether the event propagates upward from the event target.
NotesWhen you create a custom event by using the createEvent method, you can set the bubbles property by using the initEvent method.
Related specificationsReference
Microsoft Developer Network: [Windows Internet Explorer API reference Article]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4