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

Support of different attribute selectors #76

Open
PavelFil opened this issue Dec 27, 2022 · 2 comments
Open

Support of different attribute selectors #76

PavelFil opened this issue Dec 27, 2022 · 2 comments
Labels
feature Feature request help wanted

Comments

@PavelFil
Copy link

I would be useful to support next kinds of attribute selectors:

[attribute~="value"]
[attribute|="value"]
[attribute^="value"]
[attribute$="value"]
[attribute*="value"]
@dragonattack
Copy link

I am really surprised these doesn't work in hQuery.
@duzun Dumitru, do you still use your library?

@duzun
Copy link
Owner

duzun commented Jul 1, 2023

I still use this lib in some old and still running projects, but I'm not actively investing time in it.
PRs are welcome!

@duzun duzun added feature Feature request help wanted labels Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Feature request help wanted
Projects
None yet
Development

No branches or pull requests

3 participants