O开发者_开发知识库n 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 written. How can validation be triggered 'onchange'?
$(".selector").validate({
onkeyup: true
})
精彩评论