Skip to content

Commit 6ca3c10

Browse files
committed
added documentation
1 parent 012d0e4 commit 6ca3c10

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
**jQuery Form Validator** is a feature rich jQuery plugin that makes it easy to validate user input while keeping your
1+
# jQuery Form Validator
2+
3+
With this feature rich jQuery plugin it becomes easy to validate user input while keeping your
24
HTML markup clean from javascript code. Even though this plugin has **a wide range of validation functions**
35
it's designed to require as little bandwidth as possible. This is achieved by grouping together validation functions
46
in "modules", making it possible for the programmer to load **only those functions that's needed** to validate a
@@ -46,7 +48,7 @@ So what has changed since version 1.x?
4648
* Error message position now defaults to "element".
4749
* The optional features (validateOnBlur and showHelpOnFocus) is now enabled by default.
4850
* The function $.setupForm(config) is introduced to reduce the amount of code that has to be written when initiating the form validation.
49-
51+
* Demos and full documentation is now available at http://formvalidator.net/
5052

5153
### Default validators and features (no module needed)
5254
* **url**

formvalidator.jquery.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"url": "http://victorjonsson.se",
1414
"email" : "kontakt@victorjonsson.se"
1515
},
16-
"homepage" : "https://www.formvalidator.net",
17-
"demo" : "https://www.formvalidator.net",
18-
"download" : "https://raw.github.com/victorjonsson/jQuery-Form-Validator/master/jquery.formvalidator.min.js",
16+
"homepage" : "http://formvalidator.net",
17+
"demo" : "http://formvalidator.net",
18+
"download" : "http://formvalidator.net",
1919
"bugs" : "https://github.com/victorjonsson/jQuery-Form-Validator/issues",
2020
"licenses" : [{
2121
"type": "Dual licensed under the MIT or GPL Version 2 licenses",

0 commit comments

Comments
 (0)