readme...

This commit is contained in:
elclanrs 2013-10-07 18:13:20 -04:00
parent 7224f86306
commit 1a5b1cc7ce
2 changed files with 1293 additions and 0 deletions

View file

@ -311,6 +311,8 @@ To call a method run `idealforms` on the form and pass the method and arguments:
$('form').idealforms('method', arg1, arg2, ...);
```
Methods that have a colon like `is:valid` return something other than the instance, so they can't be chained.
### .idealforms('addRules', rules)
See [Adding Rules](#adding-rules)

File diff suppressed because one or more lines are too long