New version of these javascript files?
I am wondering these files get generated when you make an asp.net mvc 3 file.
jquery.validate.unobtrusive.js
jquery.unobtrusive-ajax.js
I am wondering do they update these only on new releases of mvc or are they regularly updating these versions?
Same with the as开发者_如何学编程p.net mvc templates. When I make a new project I still get like jquery version 1.4.4.
Anyway to update these templates?
You can always create a new project and then the first thing you can go is go to the nuget package manager and update all the installed packages. This will allow you to update jquery and other packages to the latest version.
Rather than waiting for updates, you can easily create your own project template instead of using the one provided for you.
精彩评论