I am using MS Visual Studio 2010. When i create a new MVC3 project there is a folder called Script that create automatically with some jQuery 1.5.1 version that is not latest jQuery How should i update them, that when i will create a new MVC3 project that will gather jQuery new version ?
Share
You can update jQuery and download/update a lot of other useful packages with NuGet. You can find UI for it under Tools\Library Package Manager or use a PowerShell console (Package Manager Console). Here is NuGet documentation.