webapicontrib - jQuery.Validation 1.9.0.1
This jQuery plugin makes simple clientside form validation trivial, while offering lots of option for customization. That makes a good choice if you’re building something new from scratch, but also when you’re trying to integrate it into an existing application with lots of existing markup. The plugin comes bundled with a useful set of validation methods, including URL and email validation, while providing an API to write your own methods. All bundled methods come with default error messages in english and translations into 32 languages.
PM> Install-Package jQuery.Validation -Version 1.9.0.1 -Source https://www.myget.org/F/webapicontrib/api/v3/index.json
> nuget.exe install jQuery.Validation -Version 1.9.0.1 -Source https://www.myget.org/F/webapicontrib/api/v3/index.json
> dotnet add package jQuery.Validation --version 1.9.0.1 --source https://www.myget.org/F/webapicontrib/api/v3/index.json
source https://www.myget.org/F/webapicontrib/api/v3/index.json
nuget jQuery.Validation ~> 1.9.0.1
Copy to clipboard
> choco install jQuery.Validation --version 1.9.0.1 --source https://www.myget.org/F/webapicontrib/api/v2
Import-Module PowerShellGet
Register-PSRepository -Name "webapicontrib" -SourceLocation "https://www.myget.org/F/webapicontrib/api/v2"
Install-Module -Name "jQuery.Validation" -RequiredVersion "1.9.0.1" -Repository "webapicontrib"
Copy to clipboard
OwnersChris Missal |
AuthorsJörn Zaefferer |
Project URLhttp://bassistance.de/jquery-plugins/jquery-plugin-validation/ |
LicenseMIT |
TagsjQuery plugins |
Info33 total downloads |
| 33 downloads for version 1.9.0.1 |
| Download (31.55 KB) |
| Found on the current feed only |
Package history
| Version | Size | Last updated | Downloads | Mirrored? | |||
|---|---|---|---|---|---|---|---|
|
|
1.9.0.1 | 31.55 KB | Wed, 12 Aug 2015 22:38:04 GMT | 33 |
|