oninput,onpropertychange,onchange

来源:互联网 发布:阿里云6元虚拟主机 编辑:程序博客网 时间:2024/06/08 06:26
jQuery('input').on('input propertychange', function(){//...;});