首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

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

2012-08-24 
jquery绑定input 文本域(text),检测值的变化起初拿着onchange来测试,发现完全没有效果,后来找到这个proper

jquery绑定input 文本域(text),检测值的变化
起初拿着onchange来测试,发现完全没有效果,后来找到这个propertychange input,有效

$("某一个dom").bind("propertychange input",function(){})

热点排行