Download

You can download jQuery Validation Unobtrusive Native from NuGet. For an MVC 5 project go here or run the following command in the Package Manager Console:

PM> Install-Package jQuery.Validation.Unobtrusive.Native.MVC5

For an MVC 4 project go here or run the following command in the Package Manager Console:

PM> Install-Package jQuery.Validation.Unobtrusive.Native.MVC4

For an MVC 3 project go here or run the following command in the Package Manager Console:

PM> Install-Package jQuery.Validation.Unobtrusive.Native.MVC3

For all intents and purposes the 3 packages are identical. The MVC 3 package lacks one extra parameter available for TextBoxFor which it shipped first with MVC 4 but that should be the only difference.

If you want to get the source, it can be found on GitHub.

Changelog

1.3.0 / 2015-11-27

1.2.0 / 2015-06-08

1.1.2 / 2015-01-07

1.1.1 / 2014-05-27

1.1.0 / 2013-10-04

1.0.0 / 2013-09-04

0.4.1 / 2013-08-25

0.4.0 / 2013-08-14

0.2.0 / 2013-08-07

0.1.0 / 2013-07-29