remove
Removes this node and all of its children from the document.
Signature
remove(): void
Remarks
If you want to only remove this node but not its children, you will have to first move them to another node before calling remove()
.
Removes this node and all of its children from the document.
If you want to only remove this node but not its children, you will have to first move them to another node before calling remove()
.