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"});
214214### Suppress Validation Feature
215215
216216Hyperlink 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 .
218218
219219Syntax (HTML5):
220220``` html
@@ -244,7 +244,7 @@ $("#formID1").validationEngine('attach');
244244
245245### detach
246246
247- Unregisters any bindings that may point to jQuery.validaitonEngine .
247+ Unregisters any bindings that may point to jQuery.validationEngine .
248248
249249``` js
250250$ (" #formID1" ).validationEngine (' detach' );
You can’t perform that action at this time.
0 commit comments