Jquery 1.10.2 for new ASP MVC 5 project?

user1752532

I have just installed visual studio 2013 and when I create a new Web project asp mvc i get a jquery 1.10.2 library.

This is seriously old. The latest release is 2.0.3.

Is there some technically reason for this? Or will i just have to update-package every time i create a new ASP project.

Rory McCrossan

Actually 1.10.2 is one month newer than 2.0.3 - it was released in May 2013.

The reason version 1.x is bundled with MVC projects by default is because it still supports legacy browsers. The 2.x versions of jQuery had lots of legacy supporting code for browsers such as IE6 and 7 removed to save bloat and gain performance.

Therefore if you need to support older browsers use 1.12.4. If not, use the latest version available (currently 3.x at time of writing).

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Setup ASP.NET MVC 4 or 5 project with Angular 2

From Dev

Setup ASP.NET MVC 4 or 5 project with Angular 2

From Dev

Can the new ASP.NET 5 (ASP.NET MVC 6) project type target regular .NET?

From Java

New Asp.Net MVC5 project produces an infinite loop to login page

From Dev

Can't create new MVC5 project or any other ASP .NET projects in Visual Studio 2013

From Dev

How to create a new MVC 5 project using ASP.NET Identity in Visual Studio 2012?

From Dev

Architecture for new ASP.Net MVC Project

From Dev

Upgrading MVC 2 project to MVC 5

From Dev

Integrating jTable (jQuery) into an ASP.NET MVC 5 project that uses a default layout

From Dev

What happens my asp.net mvc Project is using mvc 5 and mvc 5 is not installed on the server

From Dev

MVC 5 new project identity tables to sql server

From Dev

Errors with new MVC5 project in Visual Studio 2013.3

From Dev

Getting ReactJS/TypeScript to work with new clean MVC5 project

From Dev

1 controller to deal with 2 models, ASP.NET ,MVC5

From Dev

Return List in Asp Mvc 5 With Angular 2

From Dev

Web API 2 project and MVC 5 Website project in same domain

From Dev

Is it possible to compile a ASP.NET MVC 5 project with a mac

From Dev

Event and error logging in Asp.net MVC 5 project

From Dev

project.json in ASP.NET 5 and MVC6

From Dev

RequestVerificationToken is not idetifying/or getting assigned to variable by JMeter in a ASP MVC 5 Project

From Dev

Assign Users to Project List In Asp.net Mvc 5 Application

From Dev

ASP.NET MVC5 access folder outside project

From Dev

Running a ASP.NET MVC 5 project locally

From Dev

Designing more complex database for ASP.NET MVC 5 project

From Dev

ASP.NET MVC5 access folder outside project

From Dev

Jquery Treeview plugin does not work in new mvc4 project

From Dev

How to Add new Row Dynamically in ASP.Net MVC 5

From Dev

Understanding ASP.NET MVC5 new authentication mechanism

From Dev

Asp.Net MVC 5 has no Add New Controller?

Related Related

  1. 1

    Setup ASP.NET MVC 4 or 5 project with Angular 2

  2. 2

    Setup ASP.NET MVC 4 or 5 project with Angular 2

  3. 3

    Can the new ASP.NET 5 (ASP.NET MVC 6) project type target regular .NET?

  4. 4

    New Asp.Net MVC5 project produces an infinite loop to login page

  5. 5

    Can't create new MVC5 project or any other ASP .NET projects in Visual Studio 2013

  6. 6

    How to create a new MVC 5 project using ASP.NET Identity in Visual Studio 2012?

  7. 7

    Architecture for new ASP.Net MVC Project

  8. 8

    Upgrading MVC 2 project to MVC 5

  9. 9

    Integrating jTable (jQuery) into an ASP.NET MVC 5 project that uses a default layout

  10. 10

    What happens my asp.net mvc Project is using mvc 5 and mvc 5 is not installed on the server

  11. 11

    MVC 5 new project identity tables to sql server

  12. 12

    Errors with new MVC5 project in Visual Studio 2013.3

  13. 13

    Getting ReactJS/TypeScript to work with new clean MVC5 project

  14. 14

    1 controller to deal with 2 models, ASP.NET ,MVC5

  15. 15

    Return List in Asp Mvc 5 With Angular 2

  16. 16

    Web API 2 project and MVC 5 Website project in same domain

  17. 17

    Is it possible to compile a ASP.NET MVC 5 project with a mac

  18. 18

    Event and error logging in Asp.net MVC 5 project

  19. 19

    project.json in ASP.NET 5 and MVC6

  20. 20

    RequestVerificationToken is not idetifying/or getting assigned to variable by JMeter in a ASP MVC 5 Project

  21. 21

    Assign Users to Project List In Asp.net Mvc 5 Application

  22. 22

    ASP.NET MVC5 access folder outside project

  23. 23

    Running a ASP.NET MVC 5 project locally

  24. 24

    Designing more complex database for ASP.NET MVC 5 project

  25. 25

    ASP.NET MVC5 access folder outside project

  26. 26

    Jquery Treeview plugin does not work in new mvc4 project

  27. 27

    How to Add new Row Dynamically in ASP.Net MVC 5

  28. 28

    Understanding ASP.NET MVC5 new authentication mechanism

  29. 29

    Asp.Net MVC 5 has no Add New Controller?

HotTag

Archive