为了账号安全,请及时绑定邮箱和手机立即绑定

jQuery 1.8 中propertychange事件无效?

jQuery 1.8 中propertychange事件无效?

POPMUISE 2018-12-06 18:14:19
我的代码如下: <!DOCTYPE html> <html> <head> <meta charset="utf-8"/> <title> New Document </title> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script> <script> $(function(){ document.getElementById("test").onpropertychange=function(){ alert("test"); }; $("#test").bind("propertychange",function(){ alert("abc"); }); }); </script> </head> <body> <input id="test"></input> </body> </html> 结果只弹出了test,没有弹出abc,有朋友知道是什么原因不?
查看完整描述

2 回答

?
九州编程

TA贡献1785条经验 获得超4个赞

ie 系列 :ie9 支持 oninput ,ie9 以下支持 onpropertychange (你可以通过ie的模式选择来测试)

chrome,firefox 支持 oninput 

 

建议两个都绑定!

查看完整回答
反对 回复 2018-12-24
?
暮色呼如

TA贡献1853条经验 获得超9个赞

在ie下,剪切无效的?粘贴可行

查看完整回答
反对 回复 2018-12-24
  • 2 回答
  • 0 关注
  • 708 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信