开发者

Where can I find the hosted version of the jQuery Validation plugin?

开发者 https://www.devze.com 2023-02-12 06:08 出处:网络
Why i开发者_JS百科s there not a reference to the hosted jQuery Validation Plugin anywhere? Can somewhere share the Google Code link?There is no \"official\" plugin for validation.

Why i开发者_JS百科s there not a reference to the hosted jQuery Validation Plugin anywhere?

Can somewhere share the Google Code link?


There is no "official" plugin for validation.

To my knowledge, Google doesn't host that plugin (assuming you're referring to this one).

Although that page does provide a list of links to Microsoft CDN for hotlinking.

Here they are:

  • http://ajax.aspnetcdn.com/ajax/jquery.validate/1.9/jquery.validate.js
  • http://ajax.aspnetcdn.com/ajax/jquery.validate/1.9/jquery.validate.min.js
  • http://ajax.aspnetcdn.com/ajax/jquery.validate/1.9/additional-methods.js
  • http://ajax.aspnetcdn.com/ajax/jquery.validate/1.9/additional-methods.min.js

It even has the localization files, e.g. Russia is http://ajax.aspnetcdn.com/ajax/jquery.validate/1.9/localization/messages_ru.js.


You can find the most current links on the project page: jQuery Validation Plugin page


Here is the micosoft hosted version http://ajax.microsoft.com/ajax/jquery.validate/1.7/jquery.validate.min.js

0

精彩评论

暂无评论...
验证码 换一张
取 消