[jQuery] [validate] Is there an onChange method?

[jQuery] [validate] Is there an onChange method?


I'd like to trap for a field going from invalid to valid.
something like,
onchange: function(){
alert('Yay, the field is valid and you can follow instructions');
}
Is there something in the plugin that I can use to intercept this?
thanks!