jQuery1 NuGet Package

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.12.4.js"></script>
<![endif]-->
<!--[if gte IE 9]><!-->
<script src="Scripts/jquery-2.2.4.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.




Got any jQuery1 Question?





Info

Version: 1.12.4
Author(s): jQuery Foundation, Inc.
Last Update: Thursday, January 26, 2017
.NET Fiddle: Create the first Fiddle
Project Url: http://jquery.com/
NuGet Url: https://www.nuget.org/packages/jQuery1


Install
Install-Package jQuery1
dotnet add package jQuery1
paket add jQuery1
jQuery1 Download (Unzip the "nupkg" after downloading)

1 package depend on this package.


Tags



STATS

must-have-score

1.3

avg-downloads-per-day

34

days-since-last-release

2646