jQuery.Validation.Unobtrusive.Native.MVC3
1.0.0
See the version list below for details.
dotnet add package jQuery.Validation.Unobtrusive.Native.MVC3 --version 1.0.0
NuGet\Install-Package jQuery.Validation.Unobtrusive.Native.MVC3 -Version 1.0.0
<PackageReference Include="jQuery.Validation.Unobtrusive.Native.MVC3" Version="1.0.0" />
paket add jQuery.Validation.Unobtrusive.Native.MVC3 --version 1.0.0
#r "nuget: jQuery.Validation.Unobtrusive.Native.MVC3, 1.0.0"
// Install jQuery.Validation.Unobtrusive.Native.MVC3 as a Cake Addin #addin nuget:?package=jQuery.Validation.Unobtrusive.Native.MVC3&version=1.0.0 // Install jQuery.Validation.Unobtrusive.Native.MVC3 as a Cake Tool #tool nuget:?package=jQuery.Validation.Unobtrusive.Native.MVC3&version=1.0.0
Provides MVC HTML helper extensions that marry jQuery Validation's native unobtrusive support for validation driven by HTML 5 data attributes with MVC's ability to generate data attributes from Model metadata. Please look at the project site for demos and documentation.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- jQuery.Validation (>= 1.11.0)
- Newtonsoft.Json
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Fix to allow usage of EditorTemplates and make range culture invariant to enable use by cultures where the decimal place is represented by something other than a decimal place (eg in Germany 20.5 is expressed as 20,5 - JavaScript can't handle this yet).