You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-5Lines changed: 1 addition & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,6 @@
1
1
# jQuery Form Validator
2
2
3
-
With this feature rich jQuery plugin it becomes easy to validate user input while keeping your
4
-
HTML markup clean from javascript code. Even though this plugin has **a wide range of validation functions**
5
-
it's designed to require as little bandwidth as possible. This is achieved by grouping together validation functions
6
-
in "modules", making it possible for the programmer to load **only those functions that's needed** to validate a
7
-
particular form.
3
+
jQuery Form Validator is a feature rich and multilingual jQuery plugin that makes it easy to validate user input while keeping your HTML markup clean from javascript code. Even though this plugin has a wide range of validation functions it's designed to require as little jQuery network traffic as possible. This is achieved by grouping together validation functions in "modules", making it possible to load only those functions that's needed to validate a particular form.
8
4
9
5
**Form demos and full documentation available at http://formvalidator.net/**
0 commit comments