-
Notifications
You must be signed in to change notification settings - Fork 10
Dom.Remove
boxgaming edited this page Sep 25, 2023
·
2 revisions
Removes an html element from the page.
Dom.Remove element
- 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.
Dom.Add Dom.Container Dom.Create Dom.Event Dom.Get Dom.GetImage