How can I get latest jQuery 1.x (not the latest 2.x) via NuGet in Visual Studio? The Manage NuGet Packages Window, when I search for NuGet only offers the latest 2.x package.
Thx in advance
How can I get latest jQuery 1.x (not the latest 2.x) via NuGet in Visual Studio? The Manage NuGet Packages Window, when I search for NuGet only offers the latest 2.x package.
Thx in advance
in your Package Manager console type following:
Install-Package JQuery -Version Press Tab here to see all version here