Function removeClass

  • Removes(s) class names.

    Parameters

    • selectors2remove: string | string[]

      The selector of the element where to remove from.

    • removeClassNames: string | string[]

      The class name(s) to remove.

    • ancestor: Document | Element = document

      The ancestor to use.

    Returns void

Generated using TypeDoc