当前位置: 代码迷 >> Web前端 >> jquery绑定input 文本域(text),检测值的变更
  详细解决方案

jquery绑定input 文本域(text),检测值的变更

热度:295   发布时间:2012-08-24 10:00:21.0
jquery绑定input 文本域(text),检测值的变化
起初拿着onchange来测试,发现完全没有效果,后来找到这个propertychange input,有效
$("某一个dom").bind("propertychange input",function(){})
  相关解决方案