Flarum (v2.0.0-beta.5)
    Preparing search index...

    Interface JQuery<TElement>

    interface JQuery<TElement = HTMLElement> {
        tooltip: TooltipJQueryFunction;
        [n: number]: TElement;
    }

    Type Parameters

    Hierarchy

    Indexable

    Index

    Properties

    Properties

    Flarum's tooltip JQuery plugin.

    Do not use this directly. Instead use the <Tooltip> component that is exported from flarum/common/components/Tooltip.

    This will be removed in a future version of Flarum.