File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
-
2
- ** jQuery Form Validator** is a feature rich jQuery plugin that makes it easy to validate user input in HTML forsm
3
- while keeping the HTML code clean from javascript logic. Even though the plugin has ** a wide range of validation functions**
4
- it's designed to consume as little bandwidth as possible (which makes it very suitable for ** mobile websites** ).
1
+ ** jQuery Form Validator** is a feature rich jQuery plugin that makes it easy to validate user input in HTML forms
2
+ while keeping your markup clean from javascript code. Even though this plugin has ** a wide range of validation functions**
3
+ it's designed to require as little bandwidth as possible (which makes it very suitable for ** mobile websites** ).
5
4
This is achieved by grouping together validation functions in "modules", making it possible for the programmer
6
5
to load ** only those functions that's needed** to validate a particular form.
7
6
You can’t perform that action at this time.
0 commit comments