Dom.Remove - boxgaming/qbjs GitHub Wiki
Removes an html element from the page.
Syntax
Dom.Remove element
Parameters
- The element parameter indicates which element should be removed from the current html document.
It can be either the object returned from a previous Dom.Create method or Dom.Get method or the String id of the element to remove.
See Also
Dom.Add Dom.Container Dom.Create Dom.Event Dom.Get Dom.GetImage