jQuery.Validation 1.11.0

Details
Advisory: https://github.com/advisories/GHSA-jxwx-85vp-gvwm Severity: high
There is a newer version of this package available.
See the version list below for details.
dotnet add package jQuery.Validation --version 1.11.0
                    
NuGet\Install-Package jQuery.Validation -Version 1.11.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="jQuery.Validation" Version="1.11.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="jQuery.Validation" Version="1.11.0" />
                    
Directory.Packages.props
<PackageReference Include="jQuery.Validation" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add jQuery.Validation --version 1.11.0
                    
#r "nuget: jQuery.Validation, 1.11.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package jQuery.Validation@1.11.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=jQuery.Validation&version=1.11.0
                    
Install as a Cake Addin
#tool nuget:?package=jQuery.Validation&version=1.11.0
                    
Install as a Cake Tool

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/

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on jQuery.Validation:

Repository Stars
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core