keithclark / selectivizr

selectivizr is a JavaScript utility that emulates CSS3 pseudo-classes and attribute selectors in Internet Explorer 6-8.
1.71k stars 247 forks source link

Consider adding support for parent selectors and other CSS4 (for all browsers - not just IE) #55

Open klonos opened 11 years ago

klonos commented 11 years ago

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

ianthedev commented 11 years ago

FYI, jQuery 1.9+ has started to support all the selectors mentioned in the JQuery-Extended-Selectors plugin.

klonos commented 11 years ago

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 ;)

ianthedev commented 11 years ago

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.