CSS3 Selectors For Older Versions Of IE - Selectivizr

File Size: 24.1 KB
Views Total: 1461
Last Update:
Publish Date:
Official Website: Go to website
License: MIT
   
CSS3 Selectors For Older Versions Of IE - Selectivizr

Selectivizr is a javascript library for enhancing older IE's selector engine that 19 emulates CSS3 pseudo-classes, 2 pseudo-elements and every attribute selector in Internet Explorer 6-8.

You might also like:

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+)

Just include the supported library and this script in your page's tag:

<script src="http://code.jquery.com/jquery-latest.min.js"></script>
<!--[if (gte IE 6)&(lte IE 8)]>
  <script type="text/javascript" src="selectivizr.js"></script>
  <noscript><link rel="stylesheet" href="[fallback css]" /></noscript>
<![endif]-->

This awesome jQuery plugin is developed by unknown. For more Advanced Usages, please check the demo page or visit the official website.