Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vmichnowicz committed Feb 8, 2013
1 parent 3c4153b commit 363b160
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -12,9 +12,9 @@ Access a [live demo](http://www.vmichnowicz.com/examples/formvalidate/index.html

jQuery Form Validate is a jQuery plugin that helps validate your HTML forms. It takes validation rules from the HTML 5 data attributes applied to each input. For example, let's assume we have a `first_name` text input in our form. We want our first name field to be required and have a length of at least 5 characters. The HTML markup would look like this:

````
```
<input type="text" id="first_name" name="first_name" class="required" data-min-chars="5">
````
```

## Filters & Validations

Expand Down Expand Up @@ -229,4 +229,4 @@ This function checks to see if a value is greater than the provided number.
* required
* requiredIf
* lessThan
* greaterThan
* greaterThan

0 comments on commit 363b160

Please sign in to comment.