1
1
Fork 0
mirror of https://github.com/boxgaming/qbjs.git synced 2024-05-12 08:00:12 +00:00
2 Dom.Remove
boxgaming edited this page 2023-09-25 13:58:19 -05:00

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