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
Remove reference to this.context ("context of the jQuery set") since it has been deprecated and was removed in 3.0.
Clarify that the context argument is used for jQuery-extension positional selectors such as :first and nth() but otherwise only for deciding how far up the tree to stop comparing nodes . That is, the context is not used as the root for matching the selector.
The text was updated successfully, but these errors were encountered:
Clarify that the context argument is used for jQuery-extension positional selectors such as :first and nth() but otherwise only for deciding how far up the tree to stop comparing nodes . That is, the context is not used as the root for matching the selector.
I'd like to take a different tack and ensure that positionals never match, in which case this issue is satisfied by removing the "If no context is passed in…" sentence.
AurelioDeRosa
added a commit
to AurelioDeRosa/api.jquery.com
that referenced
this issue
Jan 18, 2016
jquery/jquery#2796
Remove reference to
this.context
("context of the jQuery set") since it has been deprecated and was removed in 3.0.Clarify that the
context
argument is used for jQuery-extension positional selectors such as:first
andnth()
but otherwise only for deciding how far up the tree to stop comparing nodes . That is, the context is not used as the root for matching the selector.The text was updated successfully, but these errors were encountered: