Polyfill for sss: target, not () and [tilde] sibling selectors?

Now I would like to use the css: target, not () and ~ sibling selectors. Is there a polyfill or some other solution for them? I would rather just use css for them, using js / jQuery to simulate them for each use.

+3
source share
2 answers

IE9.js polyfills everything you are looking for.

http://ie7-js.googlecode.com/svn/test/index.html

+5
source

This work also performs: http://selectivizr.com/

+4
source

All Articles