暂时只对 input 和 textarea 有效

select 没经过测试,不知道对 select 是否也有效

$('textarea').bind('input propertychange', function () {
// do sth
})