Skip to content

Commit c268974

Browse files
committed
Merge pull request posabsolute#745 from pauloortins/master
Fixed binded documentation
2 parents 95f7204 + a58451a commit c268974

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ Name of the event triggering field validation, defaults to *blur*.
314314
Determines if we should scroll the page to the first error, defaults to *true*.
315315

316316
### binded
317-
If set to true, it remove blur events and only validate on submit.
317+
If set to false, it removes blur events and only validates on submit.
318318

319319
### promptPosition
320320
Where should the prompt show? Possible values are "topLeft", "topRight", "bottomLeft", "centerRight", "bottomRight". Defaults to *"topRight"*.

js/jquery.validationEngine.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2030,7 +2030,7 @@
20302030
doNotShowAllErrosOnSubmit: false,
20312031
// Object where you store custom messages to override the default error messages
20322032
custom_error_messages:{},
2033-
// true if you want to vind the input fields
2033+
// true if you want to validate the input fields on blur event
20342034
binded: true,
20352035
// set to true, when the prompt arrow needs to be displayed
20362036
showArrow: true,

0 commit comments

Comments
 (0)