window属性:oninput

2018-05-08 13:40 更新

oninput属性

oninput属性表示窗口中input事件的事件处理程序。input事件在<input>元素值更改时引发。 

oninput属性示例

<script>

window.addEventListener('input', function (e) {
 console.log("input event detected! coming from this element:", e.target);
}, false);

</script>

<input placeholder="type here and see console.">

规范

规范状态注释
HTML Living Standard 
在该规范中的'oninput'的定义。
Living Standard
初始定义

浏览器兼容性

我们正在将兼容性数据转换为机器可读的JSON格式。

  • 电脑端
特征Chrome
Edge
Firefox(Gecko)
Internet Explorer
Opera
Safari
基本支持支持支持支持:2支持:9支持:10支持
  • 移动端

特征AndroidAndroid WebviewEdgeFirefox Mobile (Gecko)IE MobileOpera MobileSafari MobileChrome for Android
基本支持?支持支持???支持支持
以上内容是否对您有帮助:
在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号