美文网首页
easyui-textbox

easyui-textbox

作者: 心灵最深处 | 来源:发表于2019-08-24 15:41 被阅读0次

    1、实时触发输入框事件

    $("input",$("#phone").next("span")).keyup(function(event){
           var v = $('#phone').next().children().val();
           console.log(v)
    });
    

    相关文章

      网友评论

          本文标题:easyui-textbox

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