js controls the disappearance of the textbox cursor in easyui to trigger an event

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

Note: easyUI needs to use version 1.5 or above to be effective
insert image description here
Attachment: easyUI Chinese website address https://www.jeasyui.net/

Guess you like

Origin blog.csdn.net/Strive279/article/details/123877053