28

我想下载最新版本的 Microsoft jQuery Unobtrusive Validation,但是我不喜欢使用 NuGet,因为我无法告诉它在我的项目结构中安装包的位置。

Microsoft 是否将这些文件托管在我可以直接访问它们的地方?

4

3 回答 3

11

以下是链接:

用于 ASP.NET MVC 5.2.3 的 jQuery Unobtrusive

http://ajax.aspnetcdn.com/ajax/mvc/5.2.3/jquery.validate.unobtrusive.js

http://ajax.aspnetcdn.com/ajax/mvc/5.2.3/jquery.validate.unobtrusive.min.js

用于 ASP.NET MVC 5.2.2 的 jQuery Unobtrusive

http://ajax.aspnetcdn.com/ajax/mvc/5.2.2/jquery.validate.unobtrusive.js

http://ajax.aspnetcdn.com/ajax/mvc/5.2.2/jquery.validate.unobtrusive.min.js

用于 ASP.NET MVC 5.2 的 jQuery Unobtrusive

http://ajax.aspnetcdn.com/ajax/mvc/5.2/jquery.validate.unobtrusive.js

http://ajax.aspnetcdn.com/ajax/mvc/5.2/jquery.validate.unobtrusive.min.js

通过使用这些文件,您还需要包含 jquery.validate(.min).js。可以找到最新的文件:

jQuery 验证

http://www.asp.net/ajax/cdn#jQuery_Validation_Releases_on_the_CDN_3http://jqueryvalidation.org/

您可以浏览Microsoft Ajax CDN以获取所有需要的库:http ://www.asp.net/ajax/cdn

于 2014-10-03T14:39:42.143 回答
0

它在code.google.com上由 google 提供/托管

于 2013-04-12T14:42:45.800 回答