如下
IE6/7/8/9/Opera12/Firefox5 | Safari5/Chrome12 | |
INPUT[type=text] INPUT[type=password] INPUT[type=radio] INPUT[type=checkbox] INPUT[type=button] INPUT[type=submit] INPUT[type=image] INPUT[type=hidden] INPUT[type=reset] INPUT[type=submit] INPUT[type=file]1 BUTTON[type=button] |
支持 | 支持 |
other | 支持 | 不支持 |
即Safari/Chrome没有完全支持click方法。click方法写进了HTML5草案,相信不久的将来Safari/Chrome也会支持。
需要注意的Firefox5之前的版本并不是所有元素都支持click方法,从w3help当时测试结果即可看出。
Mozilla官方也有以下一段话
Prior to Gecko 5.0 (Firefox 5.0 / Thunderbird 5.0 / SeaMonkey 2.2), Gecko didn't implement the click method on other elements that might be expected to respond to mouse–clicks such as links (A elements), nor will it necessarily fire the click event of other elements. However, now it is supported by all elements, as required byHTML5.
虽然Firefox5现在对所有元素都添加了click方法,仍需注意它的click方法触发不了A的默认行为。IE/Opera却可以。
【各浏览器对click方法的支持差异小结】相关文章:
★ 详解JavaScript中Date.UTC()方法的使用
★ Jquery跨浏览器文本复制插件Zero Clipboard的使用方法
★ 微信浏览器内置JavaScript对象WeixinJSBridge使用实例
★ 浅谈利用JavaScript进行的DDoS攻击原理与防御