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.
2 parents 5e0b3b4 + ae59af3 commit 1f87bd4Copy full SHA for 1f87bd4
docs/pages/abide.md
@@ -181,7 +181,7 @@ $(document)
181
})
182
// form validation passed, form will submit if submit event not returned false
183
.on("formvalid.zf.abide", function(ev,frm) {
184
- console.log("Form id "+frm.attr('id')+" is invalid");
+ console.log("Form id "+frm.attr('id')+" is valid");
185
// ajax post form
186
187
// to prevent form from submitting upon successful validation
0 commit comments