实时监听input或textarea值发生变化(不需要失去焦点)
暂时只对 input 和 textarea 有效
select 没经过测试,不知道对 select 是否也有效
$('textarea').bind('input propertychange', function () { |
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.
Comment
暂时只对 input 和 textarea 有效
select 没经过测试,不知道对 select 是否也有效
$('textarea').bind('input propertychange', function () { |