We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi Jörn,
In your multi-part demo is this instance of validate()...
validate()
var v = $("#cmaForm").validate({ errorClass: "warning", onkeyup: false, onblur: false, // <-- no such option, should be 'onfocusout' .......
The problem here is that there is no such option called onblur anywhere in your plugin code.
onblur
Please correct this demo code as it's causing quite a lot of confusion among the more inexperienced users.
Thank-you.
The text was updated successfully, but these errors were encountered:
070edc7
Thanks. Fixed in master, will get updated with the next release (soon, I hope).
Sorry, something went wrong.
No branches or pull requests
Hi Jörn,
In your multi-part demo is this instance of
validate()
...The problem here is that there is no such option called
onblur
anywhere in your plugin code.Please correct this demo code as it's causing quite a lot of confusion among the more inexperienced users.
Thank-you.
The text was updated successfully, but these errors were encountered: