Selectivizr 1.0.2

dotnet add package Selectivizr --version 1.0.2
NuGet\Install-Package Selectivizr -Version 1.0.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Selectivizr" Version="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Selectivizr --version 1.0.2
#r "nuget: Selectivizr, 1.0.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Selectivizr as a Cake Addin
#addin nuget:?package=Selectivizr&version=1.0.2

// Install Selectivizr as a Cake Tool
#tool nuget:?package=Selectivizr&version=1.0.2

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:

<!--[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.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.2 45,626 2/18/2014