Where can I find the hosted version of the jQuery Validation plugin?
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
精彩评论