i’m using this plug in to validate a form
http://bassistance.de/jquery-plugins/jquery-plugin-validation/
I’ve got 3 fields, and the first one is username.
I want to check the availability of the username only on focusout (not keyup…) using ‘remote’.
The rest of the fields validate as usual.
Can I do that? How can change the event trigger for only one field?
thanks!
Try:
});