Skip to main content

ElementRemove

Callable

  • ElementRemove(ID: string): void

  • Removes an element from the main document


    Parameters

    • ID: string

      The id of the tag to remove from the document.

    Returns void

    • Nothing