readme...
This commit is contained in:
parent
7224f86306
commit
1a5b1cc7ce
2 changed files with 1293 additions and 0 deletions
|
@ -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
Loading…
Reference in a new issue