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

:not(:lang(en)) isn't working #56

Open ianthedev opened 11 years ago

ianthedev commented 11 years ago

jQuery 1.9+ supports the :lang selector.

Yet when using with :not(), such as :not(:lang(en)), that's still not working.