Skip to content

Commit 254dde5

Browse files
committed
Update README.md
1 parent 1b1c194 commit 254dde5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
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**).
54
This is achieved by grouping together validation functions in "modules", making it possible for the programmer
65
to load **only those functions that's needed** to validate a particular form.
76

0 commit comments

Comments
 (0)