jQuery1 1.11.2

dotnet add package jQuery1 --version 1.11.2
NuGet\Install-Package jQuery1 -Version 1.11.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="jQuery1" Version="1.11.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add jQuery1 --version 1.11.2
#r "nuget: jQuery1, 1.11.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 jQuery1 as a Cake Addin
#addin nuget:?package=jQuery1&version=1.11.2

// Install jQuery1 as a Cake Tool
#tool nuget:?package=jQuery1&version=1.11.2

JQuery has split into two versions.
     JQuery 2.x does not support IE6/7/8 Any longer. If you plan to support browsers before IE9 you must use JQuery 1.x
     Updating JQuery will update your package to version 2+ of JQuery. This package is JQuery1 and can be installed along with jQuery in the same project.
     At the top of your View you would then include a directive for example like this.
     
     
         <!--[if lt IE 9]>
           <script src="Scripts/jquery-1.11.2.js"></script>
         <![endif]-->
         <!--[if gte IE 9]><!-->
           <script src="Scripts/jquery-2.1.3.js"></script>
         <!--<![endif]-->
     
     
     According to JQuery there will be new versions of JQuery 1.x in the future.  This package will be updated to reflect that change and ease deployment.
     
     Updated in this minor update is better support for Project using SCC.  
     The Powershell script will now CHECK OUT the _references file
     if it isn't already checked out before modification.
     
     If you have JQuery 2 installed. This Package will use more a specific regex to
     modify the _references file to not remove JQuery 2 references and will correctly
     remove and add references for JQuery 1 in the event you uninstall-package JQuery1

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.11.2 2,258 1/12/2015
1.11.1 4,826 5/13/2014
1.11.0 755 1/28/2014
1.10.2.1 677 7/16/2013
1.10.2 75 7/16/2013
1.10.1.1 56 6/27/2013
1.10.1 84 6/7/2013
1.10.0 50 5/29/2013
1.9.1 147 5/7/2013