美文网首页
jQuery监听input的value值改变事件

jQuery监听input的value值改变事件

作者: 吕保鑫 | 来源:发表于2020-08-19 13:52 被阅读0次
    <input type="text" value="" placeholder="请选择" class="batchHoverInput"/>
    
    $(".batchHoverInput").bind('input propertychange',function(){
        console.log($(this).val());
    });
    

    相关文章

      网友评论

          本文标题:jQuery监听input的value值改变事件

          本文链接:https://www.haomeiwen.com/subject/wwirjktx.html