js控制easyui中textbox光标消失触发事件

$("#textboxId").textbox('textbox').blur(function (e) {
    
    
    alert("触发事件")
});

注:easyUI要用1.5以上的版本有效
在这里插入图片描述
附:easyUI中文网地址 https://www.jeasyui.net/

猜你喜欢

转载自blog.csdn.net/Strive279/article/details/123877053