$('[name="address"]').bind('input propertychange',function(){ console.info('内容改变', $(this).val() );

input textarea改变内容触发事件


$('[name="address"]').bind('input propertychange',function(){

console.info('内容改变', $(this).val() );
});

猜你喜欢

转载自blog.csdn.net/zdb1314/article/details/78757624