-
Notifications
You must be signed in to change notification settings - Fork 470
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Warn on positional selectors #125
Comments
Can we move this back from the 3.0.0 milestone? Potentially it could still be removed in core 4.0 but I'm concerned that there will be a lot of noise from Migrate in real-world code, especially plugins. |
It should be fine. We may very well deprecate more stuff in jQuery 3.1.0 Michał Gołębiowski |
For reference, the positional selectors are here along with the recommendation of alternatives. I think this full discussion will end up being big enough that it belongs in a wiki page rather than the warnings document, since there are subtle differences with the alternatives due to counting (0-base for jQuery positional selectors) and the fact that
|
These are now announced as deprecated in jQuery 3.4.0: https://blog.jquery.com/2019/04/10/jquery-3-4-0-released/ |
@dmethvin do |
Also, we don't have |
Wow, I could have sworn we had those, I think we did long ago. It's trivial to add |
See discussion in jquery/sizzle#293 . They aren't being removed in jQuery 3.0 but we should warn since they are being deprecated.
The text was updated successfully, but these errors were encountered: