哪里可以在不使用NuGet的情况下下载Microsoft jQuery Unobtrusive Validation

时间:2013-04-12 14:38:55

标签: nuget unobtrusive-validation

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

Microsoft是否将这些文件托管在我可以直接访问的位置?

3 个答案:

答案 0 :(得分:36)

答案 1 :(得分:10)

以下是链接:

  

jQuery Unobtrusive for ASP.NET MVC 5.2.3

     

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

     

jQuery Unobtrusive for ASP.NET MVC 5.2.2

     

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

     

jQuery Unobtrusive for ASP.NET MVC 5.2

     

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_3   要么   http://jqueryvalidation.org/

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

答案 2 :(得分:0)

由Google code.google.com

提供/托管