Function removeChildIfExist

  • Removes a child element with given css class name of the given element

    Parameters

    • element: null | HTMLElement

      the parent element

    • className: string

      the css class name of the child element

    Returns void

Generated using TypeDoc