Dois eventos JQ
$('#element').on('keyup keypress blur change', function(e) {
// e.type is the type of event fired
});
Suppa
$('#element').on('keyup keypress blur change', function(e) {
// e.type is the type of event fired
});