标签:
$(
‘input‘
).bind(
‘input propertychange‘
,
function
() {
//进行相关操作
});
完美解决监听文本框改变事件
原文地址:http://www.cnblogs.com/gdzhangyang/p/4303555.html