Solo  当前访客:1 开始使用

onInput和onpropertychange事件


1、onInput  

oninput 是 HTML5 的标准事件,对于检测 textarea, input:text, input:password 和 input:search 这几个元素通过用户界面发生的内容变化非常有用,在内容修改后立即被触发,不像 onchange 事件需要失去焦点才触发。

oninput事件在主流浏览器的兼容情况如下:

 

2、onpropertychange

Fires when a property changes on the object.

Note  The onpropertychange event is only supported in conjunction with the legacy attachEvent IE-only event registration model, which has deprecated since Windows Internet Explorer 9 in favor of the W3C standard "addEventListener" event model.
 
 
 


标题:onInput和onpropertychange事件
作者:hugh0524
地址:https://blog.uproject.cn/articles/2017/07/17/1500266102970.html

, , , , , 0 0