jQuery.Validation
1.17.0
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.
NOTE: This package is maintained on behalf of the library owners by the NuGet Community Packages project at https://nugetpackages.codeplex.com/
Install-Package jQuery.Validation -Version 1.17.0
dotnet add package jQuery.Validation --version 1.17.0
<PackageReference Include="jQuery.Validation" Version="1.17.0" />
paket add jQuery.Validation --version 1.17.0
#r "nuget: jQuery.Validation, 1.17.0"
// Install jQuery.Validation as a Cake Addin
#addin nuget:?package=jQuery.Validation&version=1.17.0
// Install jQuery.Validation as a Cake Tool
#tool nuget:?package=jQuery.Validation&version=1.17.0
Dependencies
-
- jQuery (>= 1.4.4)
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on jQuery.Validation:
| Package | Downloads |
|---|---|
|
Microsoft.jQuery.Unobtrusive.Validation
jQuery plugin that unobtrusively sets up jQuery.Validation.
|