Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Selectors
    • Selectors

Index

Properties

:: PseudoFunctions
deprecated

​ Deprecated since 3.0. Use `{@link Selectors#pseudos }`.

Cause: The standard way to add new custom selectors through jQuery is jQuery.expr.pseudos. These two other aliases are deprecated, although they still work as of jQuery 3.0.

Solution: Rename any of the older usage to jQuery.expr.pseudos. The functionality is identical.

attrHandle: AttrHandleFunctions
cacheLength: number
filter: FilterFunctions
deprecated

​ Deprecated since 3.0. Use `{@link Selectors#pseudos }`.

Cause: The standard way to add new custom selectors through jQuery is jQuery.expr.pseudos. These two other aliases are deprecated, although they still work as of jQuery 3.0.

Solution: Rename any of the older usage to jQuery.expr.pseudos. The functionality is identical.

find: FindFunctions
match: Matches
preFilter: PreFilterFunctions
pseudos: PseudoFunctions
setFilters: SetFilterFunctions

Methods

  • createPseudo(fn: CreatePseudoFunction): PseudoFunction
  • Parameters

    • fn: CreatePseudoFunction

    Returns PseudoFunction

Generated using TypeDoc