JQuery auf 2 Veranstaltungen
$('#element').on('keyup keypress blur change', function(e) {
// e.type is the type of event fired
});
Ugly Unicorn
$('#element').on('keyup keypress blur change', function(e) {
// e.type is the type of event fired
});