You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The main page should document jQuery.expr.pseudos but we should also have shorter pages for jQuery.expr[ ":" ] & jQuery.expr.filters as its deprecated aliases.
I don't know if it should. While the support probably can't go away, custom pseudos aren't necessarily something I'd want to encourage. It's better to use .filter() after selection.
The main page should document
jQuery.expr.pseudos
but we should also have shorter pages forjQuery.expr[ ":" ]
&jQuery.expr.filters
as its deprecated aliases.Sizzle docs can be a starting point as
jQuery.expr
is an alias ofSizzle.selectors
in jQuery<3.7.0
:https://github.com/jquery/sizzle/wiki#sizzleselectorspseudosname--function-elem--
Note: Make sure legacy pseudos are documented as deprecated & removed in 4.0 (see jquery/jquery#5137)
The text was updated successfully, but these errors were encountered: