您现在的位置是:网站首页>HTMLHTML

HTML5 oninput 实时监听输入框值变化的完美方案

左鹏01-23 16:14:26HTML4,783人已围观

简介使用 jQuery 库的话,只需要同时绑定 oninput 和 onpropertychange 两个事件就可以了,示例代码如下: $('textarea').bind('input propertychange', function() { $('.msg').html($(this).val().length + ' characters'); });

使用 jQuery 库的话,只需要同时绑定 oninput 和 onpropertychange 两个事件就可以了,示例代码如下:


$('textarea').bind('input propertychange', function() {
    $('.msg').html($(this).val().length + ' characters');
});


文章评论

    请先说点什么
    热门评论
    0人参与,0条评论
    正在载入评论列表...

    站点信息

    • 建站时间:2018-09-18
    • 网站程序:Spring Boot
    • 主题模板:《今夕何夕》
    • 文章统计:104条
    • 微信公众号:扫描二维码,关注我们
    登陆您的账户