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

Extending nokogiri with jQuery selectors? #172

Closed
jeroenvandijk opened this issue Nov 20, 2009 · 1 comment
Closed

Extending nokogiri with jQuery selectors? #172

jeroenvandijk opened this issue Nov 20, 2009 · 1 comment

Comments

@jeroenvandijk
Copy link

I'm using nokogiri through webrat to assert whether elements exist. The set of css3 selectors are limited if you compare them with the set selectors of jquery (.e.g. :has, :contains). So I have the following questions:

  • is there a plan to make nokogiri compatible with jquery?
  • if not, would it be hard to fork nokogiri and add the selectors? Any hints where to start?

Here is an example that illustrates the problem I have http://groups.google.nl/group/formtastic/msg/2601ac08d8c48a96

@tenderlove
Copy link
Member

supporting :has() selectors. closed by af2856a

flavorjones added a commit that referenced this issue Apr 7, 2021
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants