Skip to content

Commit 539b4c1

Browse files
authored
Add link to NuGet to the README
1 parent 56ecb54 commit 539b4c1

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
jQuery Validation Unobtrusive Native [![Build Status](https://ci.appveyor.com/api/projects/status/github/johnnyreilly/jQuery.Validation.Unobtrusive.Native?retina=true)](https://ci.appveyor.com/project/JohnReilly/jquery-validation-unobtrusive-native)
22
====================================
33

4+
Find it on NuGet: [jQuery.Validation.Unobtrusive.Native.MVC5](https://www.nuget.org/packages/jQuery.Validation.Unobtrusive.Native.MVC5)
5+
46
jQuery.Validation.Unobtrusive.Native is a collection of ASP.Net MVC HTML helper extensions that make use of jQuery Validation's native unobtrusive support for validation driven by HTML 5 data attributes. Microsoft shipped [jquery.validate.unobtrusive.js](http://bradwilson.typepad.com/blog/2010/10/mvc3-unobtrusive-validation.html) back with MVC 3. It provided a way to apply data model validations to the client side using a combination of jQuery Validation and HTML 5 data attributes (that's the "unobtrusive" part).
57

68
The principal of this was and is fantastic. But since that time the jQuery Validation project has implemented its own support for driving validation unobtrusively (this shipped with [jQuery Validation 1.11.0](http://jquery.bassistance.de/validate/changelog.txt)). The advantages of the native support over jquery.validate.unobtrusive.js are:
@@ -13,7 +15,7 @@ This project intends to be a bridge between MVC's inbuilt support for driving va
1315

1416
You can see more detail on the [demo site](http://johnnyreilly.github.io/jQuery.Validation.Unobtrusive.Native/).
1517

16-
##Getting started
18+
## Getting started
1719

1820
If you haven't already, ensure that the following entries can be found in your web.config:
1921

@@ -28,7 +30,7 @@ Ensure that you have the latest version of jquery.validate.js, you can find it [
2830

2931
P.S. If you're using the source code from GitHub in Visual Studio, make sure you have the Package Manager option *"Allow NuGet to download missing packages during build"* set to true. This will ensure that the required packages are downloaded from NuGet.
3032

31-
##Examples
33+
## Examples
3234

3335
Where you would previously have written:
3436

@@ -71,11 +73,11 @@ Inspired by jquery.validate.unobtrusive.js and entirely dependent on http://gith
7173
## Copyright
7274
Copyright © 2013 [John Reilly](mailto:johnny_reilly@hotmail.com).
7375

74-
##License
76+
## License
7577

7678
MIT license - [http://www.opensource.org/licenses/mit-license.php](http://www.opensource.org/licenses/mit-license.php)
7779

78-
##Changelog
80+
## Changelog
7981

8082
### 1.3.0 / 2015-11-27
8183

0 commit comments

Comments
 (0)