Empty's an HTML DOM element.
The element you wish to empty.
Prepend an HTML DOM element to a container.
The DOM element to prepend.
The DOM element that is the container of the element getting prepended.
Removes an HTML DOM element from its bounding container.
The element to remove.
The DOM element that is the container of the element to remove.
Generated using TypeDoc
Append an HTML DOM element to a container.