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.
|
feedback
|
|
IE9.js polyfills everything you're looking for. | |||
|
feedback
|
|
This one also does the work: http://selectivizr.com/ | ||||
feedback
|
~is supported by most browsers including IE7+, so you can start using that now. As for the first two, well... – BoltClock♦ May 31 '11 at 16:50