We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the find entry, you can read:
Unlike in the rest of the tree traversal methods, the selector expression is required in a call to find().
find()
I feel this isn't strictly true because closest(), needs a selector expression too.
closest()
The text was updated successfully, but these errors were encountered:
s/rest/most
Sorry, something went wrong.
Update find.xml
13c863c
Fixed issue jquery#395
.find(): treat as not unique to require a selector argument
f537de2
Fixes: jquery#395
Ha, we did it at the same time. I'll close mine. +1
eae9d8b
Successfully merging a pull request may close this issue.
In the find entry, you can read:
I feel this isn't strictly true because
closest()
, needs a selector expression too.The text was updated successfully, but these errors were encountered: