selectivizr
selectivizr copied to clipboard
Consider adding support for parent selectors and other CSS4 (for all browsers - not just IE)
There's this project here: https://github.com/Idered/cssParentSelector
You should consider merging/joining forces and merge https://github.com/keithclark/JQuery-Extended-Selectors as well
FYI, jQuery 1.9+ has started to support all the selectors mentioned in the JQuery-Extended-Selectors plugin.
Thanx, I didn't know that. Do you have any links to any related articles btw?
Anyways, since in your comment you say "has started to support" and not "supports", lets leave this issue here as a reminder in order to implement things that jQuery does not support ;)
Please refer to the "What’s New in 1.9" section in the following link: http://blog.jquery.com/2013/01/15/jquery-1-9-final-jquery-2-0-beta-migrate-final-released/
And sorry about the wording. I'm not a native English speaker so I didn't know how to express that. I mean jQuery 1.9+ supports those CSS3 selectors.