Destroys a dom node. The node will be removed from its parent and its content will be cleared.
Does nothing if node is null or undefined.
node
the dom node to destroy
Destroys a dom node. The node will be removed from its parent and its content will be cleared.
Does nothing if
node
is null or undefined.