eligius
    Preparing search index...

    Interface IToggleClassOperationData

    interface IToggleClassOperationData {
        className: string;
        selectedElement: JQuery;
    }
    Index

    Properties

    className: string

    The class that will be toggled @type=ParameterType:className

    selectedElement: JQuery

    The element on which the class will be toggled