jqueryで複数イベントをまとめて処理する

$('input[type="text"]').bind("keyup change paste",function(){

})