Skip to content
New issue

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

Coding error in your demo #1025

Closed
sparky672 opened this issue Feb 28, 2014 · 1 comment
Closed

Coding error in your demo #1025

sparky672 opened this issue Feb 28, 2014 · 1 comment

Comments

@sparky672
Copy link

Hi Jörn,

In your multi-part demo is this instance of 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.

Please correct this demo code as it's causing quite a lot of confusion among the more inexperienced users.

Thank-you.

@jzaefferer
Copy link
Collaborator

Thanks. Fixed in master, will get updated with the next release (soon, I hope).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants