Info
Version: | 1.0.2 |
Author(s): | keithclark |
Last Update: | Tuesday, February 18, 2014 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://selectivizr.com |
NuGet Url: | https://www.nuget.org/packages/Selectivizr |
Install
Install-Package Selectivizr
dotnet add package Selectivizr
paket add Selectivizr
Selectivizr Download (Unzip the "nupkg" after downloading)
Dependencies
- jQuery(1.8.3)
Tags
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:
<!--[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 adds the selectivizr.js and an optional fallback CSS file to IE6-8 while hiding for other browsers.