W3Cschool
恭喜您成為首批注冊用戶
獲得88經(jīng)驗值獎勵
oninput屬性表示窗口中input事件的事件處理程序。input事件在<input>元素值更改時引發(fā)。
<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.">
規(guī)范 | 狀態(tài) | 注釋 |
---|---|---|
HTML Living Standard 在該規(guī)范中的'oninput'的定義。 | Living Standard | 初始定義 |
我們正在將兼容性數(shù)據(jù)轉(zhuǎn)換為機器可讀的JSON格式。
特征 | Chrome | Edge | Firefox(Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|---|
基本支持 | 支持 | 支持 | 支持:2 | 支持:9 | 支持:10 | 支持 |
特征 | Android | Android Webview | Edge | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile | Chrome for Android |
---|---|---|---|---|---|---|---|---|
基本支持 | ? | 支持 | 支持 | ? | ? | ? | 支持 | 支持 |
Copyright©2021 w3cschool編程獅|閩ICP備15016281號-3|閩公網(wǎng)安備35020302033924號
違法和不良信息舉報電話:173-0602-2364|舉報郵箱:jubao@eeedong.com
掃描二維碼
下載編程獅App
編程獅公眾號
聯(lián)系方式:
更多建議: