Interface Selectors

Hierarchy

  • any
    • Selectors

Index

Properties

Properties

:

:: Sizzle.Selectors.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.

filter

filter: Sizzle.Selectors.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.