On jquery\'s validate plugin, an error message only disappears after the user has made focus on another element. I want to make it disappear as soon as the right info is wri
$(".selector").validate({ onkeyup: true })