1、实时触发输入框事件
$("input",$("#phone").next("span")).keyup(function(event){
var v = $('#phone').next().children().val();
console.log(v)
});
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
网友评论