File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ So what has changed since version 1.x?
43
43
44
44
* A whole bunch of validation functions have been added (see below).
45
45
* A modular design have been introduced, which means that some validation functions is default and others is
46
- part of a module. This in turn reduces server and bandwidth costs.
46
+ part of a module. This in turn lowers server and bandwidth costs.
47
47
* You no longer need to prefix the validation rules with "validate_ ".
48
48
* Error message position now defaults to "element".
49
49
* The optional features (validateOnBlur and showHelpOnFocus) is now enabled by default.
@@ -62,7 +62,6 @@ So what has changed since version 1.x?
62
62
* ** custom** — * Validate value against regexp*
63
63
* Show help information automatically when input is focused
64
64
* Validate given values immediately when input looses focus.
65
- * Make validation dependent on another input of type checkbox being checked by adding attribute data-validation-if-checked="name of checkbox input"
66
65
* Make validation optional by adding attribute data-validation-optional="true" to the element. This means
67
66
that the validation defined in data-validation only will take place in case a value is given.
68
67
* Make validation dependent on another input of type checkbox being checked by adding attribute
@@ -240,7 +239,7 @@ var enErrorDialogs = {
240
239
```
241
240
242
241
``` html
243
- <form action =" script.php" onsubmit = " return $(this).validate(enErrorDialogs); " >
242
+ <form action =" script.php" >
244
243
...
245
244
</form >
246
245
<script src =" js/jquery.min.js" ></script >
You can’t perform that action at this time.
0 commit comments