File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ $("#formID").validationEngine().css({border : "2px solid #000"});
214
214
### Suppress Validation Feature
215
215
216
216
Hyperlink and Button ( <button > and input ) allow suppress the validation for special case such as multi fake submit buttons in web page.
217
- An id attribute for the HTML element is requried .
217
+ An id attribute for the HTML element is required .
218
218
219
219
Syntax (HTML5):
220
220
``` html
@@ -244,7 +244,7 @@ $("#formID1").validationEngine('attach');
244
244
245
245
### detach
246
246
247
- Unregisters any bindings that may point to jQuery.validaitonEngine .
247
+ Unregisters any bindings that may point to jQuery.validationEngine .
248
248
249
249
``` js
250
250
$ (" #formID1" ).validationEngine (' detach' );
You can’t perform that action at this time.
0 commit comments