We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ddd55a commit e5a16bfCopy full SHA for e5a16bf
README.md
@@ -232,7 +232,7 @@ $("#formID1").validationEngine('detach');
232
Validates a form or field, displays error prompts accordingly.
233
Returns *true* if the form validates, *false* if it contains errors.
234
235
-It is inversed for *fields*, it return false on validate and true on errors.
+For *fields*, it returns true on validate and false on errors.
236
237
When using form validation with ajax, it returns *undefined* , the result is delivered asynchronously via function *options.onAjaxFormComplete*.
238
0 commit comments