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

feature request: ":has()" and ">" #1116

Closed
ogolovanov opened this issue Aug 26, 2018 · 1 comment
Closed

feature request: ":has()" and ">" #1116

ogolovanov opened this issue Aug 26, 2018 · 1 comment
Labels
Milestone

Comments

@ogolovanov
Copy link

Hello.

It would nice to be able to use "has:()" with ">".
So query like "div:has(> a)" will select all "div" elements that have at lease one direct child "a" element.
Or, for example, add selector like ":hasChild(..)".

Thanks.

@jhy
Copy link
Owner

jhy commented May 17, 2019

Thanks, merged in #1214

@jhy jhy closed this as completed May 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants