Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Functions

Functions

removeClass

  • removeClass(element: HTMLElement | NodeListOf<Element>, classes: string): void
  • Removes a single, or multiple classes to the given html element

    Parameters

    • element: HTMLElement | NodeListOf<Element>

      Receives either a single element or multiple elements

    • classes: string

      The space-separated list of classes to remove from the element

    Returns void

Generated using TypeDoc