-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Adjacent sibling selectors broken #1095
Comments
you can use jQuery or Sizzle with JSDom. It is slower but it works great. |
This should be resolved with the latest release. |
Thanks, that helps me out a lot if true.
…On Tue, Dec 22, 2020 at 8:45 PM Felix Böhm ***@***.***> wrote:
This should be resolved with the latest release.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1095 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGVU7HU5IMDDUJ23GQNSGTSWCIIPANCNFSM4D7HX6RQ>
.
|
fb55
added a commit
that referenced
this issue
Dec 22, 2020
Actually, this was not fixed yet. I've opened #1583 with a proper fix. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Cheerio adjacent sibling selectors aren't working properly. This is the case for both + and ~
Also if anybody knows of any projects that are more faithful to jQuery I'd love to hear about it. Thanks.
The text was updated successfully, but these errors were encountered: