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

attrHandle: AttrHandleFunctions

cacheLength

cacheLength: number

filter

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

find: FindFunctions

match

match: Matches

preFilter

preFilter: PreFilterFunctions

pseudos

pseudos: PseudoFunctions

setFilters

setFilters: SetFilterFunctions

Methods

createPseudo

  • createPseudo(fn: CreatePseudoFunction): PseudoFunction
  • Parameters

    • fn: CreatePseudoFunction

    Returns PseudoFunction

Generated using TypeDoc