1. 程式人生 > >easyUI——easyui-textbox輸入框繫結blur事件

easyUI——easyui-textbox輸入框繫結blur事件

做專案的時候遇到輸入框在輸入完時候要做後臺查詢,聯動顯示錶單的幾個欄位,找了好久親測可用的blur事件      

在dataoptions 裡面加上新增上events:{blur:function(){ }},觸發blur事件  

data-options="events:{blur:onSelectBtypeComboBox},width:'300px',required:true,validType:['length[1,64]']"

然後js裡寫上對應onSelectBtypeComboBox函式,完美搞定一波