
Resource of the week: selectivizr a JavaScript utility that emulates CSS3
I stumbled upon this great Javascript utility and thought there might be a few developers out there that would love to utilize this little gem. “selectivizr is a JavaScript utility that emulates CSS3 pseudo-classes and attribute selectors in Internet Explorer 6-8. Simply include the script in your pages and selectivizr will do the rest.” – Selectivizr
It adds support for 19 CSS3 pseudo-classes, 2 pseudo-elements and every attribute selector to older versions of IE. It can also fix a few of the browsers native selector implementations. You have to have to be using a JS library for this to work. here is a look at the library support:
To grab this beauty head to the selectivizr website. Leave me a comment if you have used selectivizr and if it worked out for you.