File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 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
2
4
HTML markup clean from javascript code. Even though this plugin has ** a wide range of validation functions**
3
5
it's designed to require as little bandwidth as possible. This is achieved by grouping together validation functions
4
6
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?
46
48
* Error message position now defaults to "element".
47
49
* The optional features (validateOnBlur and showHelpOnFocus) is now enabled by default.
48
50
* 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/
50
52
51
53
### Default validators and features (no module needed)
52
54
* ** url**
Original file line number Diff line number Diff line change 13
13
"url" : " http://victorjonsson.se" ,
14
14
"email" : " kontakt@victorjonsson.se"
15
15
},
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 " ,
19
19
"bugs" : " https://github.com/victorjonsson/jQuery-Form-Validator/issues" ,
20
20
"licenses" : [{
21
21
"type" : " Dual licensed under the MIT or GPL Version 2 licenses" ,
You can’t perform that action at this time.
0 commit comments