Polyfill for css :target, not(), and [tilde] sibling selectors?
I'd like to start using the css :target, not() and ~ sibling selectors now. Is there a polyfill or some other solution for these? 开发者_开发问答I'd prefer to be able to simply use the css for them over using js/jQuery to simulate them for every use.
IE9.js polyfills everything you're looking for.
http://ie7-js.googlecode.com/svn/test/index.html
This one also does the work: http://selectivizr.com/
精彩评论