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
tagQuery()
$matches(cssSelector)
After another discussion, tagQuery() will add a method like $matches() similar to a vectorized form of Element.matches(cssSelector). No alterations will be made to tagAppendAttributes(). Users can use $matches() to help determine their desired behavior in two steps.
After another discussion, tagQuery() will add a method like $matches() similar to a vectorized form of Element.matches(cssSelector).
$matches()
Element.matches(cssSelector)
No alterations will be made to tagAppendAttributes(). Users can use $matches() to help determine their desired behavior in two steps.
Originally posted by @schloerke in #334 (comment)
Should there also be the tag** helper method? tagMatches(x, cssSelector)?
tag**
tagMatches(x, cssSelector)
cc @cpsievert
The text was updated successfully, but these errors were encountered:
tagQuery()$matches(fn)
Successfully merging a pull request may close this issue.
Originally posted by @schloerke in #334 (comment)
Should there also be the
tag**
helper method?tagMatches(x, cssSelector)
?cc @cpsievert
The text was updated successfully, but these errors were encountered: