Function toggleClass

  • This operation toggles the specfied class name on the given selected element.

    Meaning, if the specified class name exists on the given element it will be removed, otherwise it will be added.

    Parameters

    Returns TOperationResult<IToggleClassOperationData>

Generated using TypeDoc