Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keithclark/selectivizr
selectivizr is a JavaScript utility that emulates CSS3 pseudo-classes and attribute selectors in Internet Explorer 6-8.
https://github.com/keithclark/selectivizr
Last synced: 26 days ago
JSON representation
selectivizr is a JavaScript utility that emulates CSS3 pseudo-classes and attribute selectors in Internet Explorer 6-8.
- Host: GitHub
- URL: https://github.com/keithclark/selectivizr
- Owner: keithclark
- Created: 2011-01-28T16:43:11.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2017-02-18T05:58:26.000Z (over 7 years ago)
- Last Synced: 2024-09-30T20:20:49.398Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 541 KB
- Stars: 1,706
- Watchers: 54
- Forks: 247
- Open Issues: 65
-
Metadata Files:
- Readme: README.markdown
- Changelog: changelog.txt
Awesome Lists containing this project
README
Selectivizr
-----------**CSS3 selectors for IE 6-8**
_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.To use the library, you'll need to include one of the supported libraries:
* jQuery (1.3+)
* Dojo (1.5.0+)
* Prototype (1.6.1+)
* Yahoo UI Library (2.8.0+)
* DOMAssistant (2.8.0+)
* MooTools (1.3+)
* NWMatcher (1.2.3+)
Then add the following conditional comment _AFTER_ your stylesheets:
This adds the `selectivizr.js` and an optional fallback CSS file to IE6-8 while
hiding for other browsers.