DOMNodeInserted
This event will be fired after a node was inserted in the target node of this event.
This event was introduced to comply with the DOM Events standard.
- Documentation
- › API
- › DOM API
- › DOMNodeInserted
DomNodeInserted event
Properties
- childNode XopusNode
- The node that was inserted or removed.
- nextSibling XopusNode
- The next sibling of the node after the insert.
- bubbles Boolean
- Will prevent bubbling up the DOM hierarchy when set to false.
- target XopusNode
- The object that originally fired the event.typeThe type of the event.
- Type String
- The type of the event.
History
| version | event |
|---|---|
| Xopus 4 | Introduction. |