Visual Studio 2010 including old version of jquery

Posted by icemanind on Stack Overflow See other posts from Stack Overflow or by icemanind
Published on 2010-06-03T03:25:38Z Indexed on 2010/06/03 3:34 UTC
Read the original article Hit count: 471

When I create a new ASP.NET project in Visual Studio 2010, it creates the scripts directory, like it should, however the version of JQuery it sticks under the scripts directory is an old version of JQuery. Version 1.36 I believe. How can I update this so that Visual Studio 2010 will include the newest version of jquery? I know I can remove it and manually add it, but I don't want to have to do this everytime I create a new project.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about jQuery