Skip to content
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

Any chance to get jQuery functions .find(), .filter(), .add(), .not() aswell? #443

Closed
katerlouis opened this issue Apr 2, 2019 · 3 comments

Comments

@katerlouis
Copy link

I don't want to bloat my application with jQuery, but heavily rely .find() and maybe sometimes .filter(), .add(), and .not() –

Is there a way to get this functionality for sizzle?

@mgol
Copy link
Member

mgol commented Apr 2, 2019

You can use our AMD modules or compile a custom jQuery version without modules you don't need:
https://github.com/jquery/jquery#modules

Sizzle is on its way to be end-of-lifed once we migrate jQuery to an alternative smaller selector solution so no drastic changes in Sizzle are planned.

@mgol mgol closed this as completed Apr 2, 2019
@katerlouis
Copy link
Author

What do you mean with on its way to be end-of-lifed?

@mgol
Copy link
Member

mgol commented Apr 2, 2019

See #293 (comment)

The plan is to have jQuery 4 no longer rely on Sizzle. When & if that happens, Sizzle will become an archived project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants