这些 javascript 文件的新版本?
我想知道当您创建 asp.net mvc 3 文件时会生成这些文件。
jquery.validate.unobtrusive.js
jquery.unobtrusive-ajax.js
我想知道他们只在新版本的 mvc 上更新这些还是定期更新这些版本?
与 asp.net mvc 模板相同。当我创建一个新项目时,我仍然喜欢 jquery 版本 1.4.4。
无论如何要更新这些模板吗?
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 asp.net mvc templates. When I make a new project I still get like jquery version 1.4.4.
Anyway to update these templates?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您始终可以创建一个新项目,然后您可以做的第一件事就是转到 nuget 包管理器并更新所有已安装的包。这将允许您将 jquery 和其他包更新到最新版本。
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.