input propertychange 输入框内容动态触发事件 /* */ $('input').bind('input propertychange', the_change); function the_change(){ }