Where can one download Microsoft jQuery Unobtrusive Validation without using NuGet

后端 未结 3 969
挽巷
挽巷 2021-01-01 11:36

I\'d like to download the latest version of Microsoft jQuery Unobtrusive Validation, however I don\'t like using NuGet since it is not possible for me to tell it where to in

3条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-01 12:00

    The files for ASP.NET MVC 5.2 aren't (yet?) on the page I mention below, but the links are valid:

    • 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

    [Copied from Maxime's answer to this question.]

    I found a page – Microsoft Ajax Content Delivery Network - ASP.NET Ajax Library – that lists several versions of the files for this that you can download.

    Here are the ones I found via searching that page for "unobtrusive":

    ASP.NET MVC 5.1

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

    ASP.NET MVC 5.0

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

    ASP.NET MVC 4.0

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

    ASP.NET MVC 3.0

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

    ...

提交回复
热议问题