码迷,mamicode.com
首页 > 其他好文 > 详细

easyui datagrid 中的numberbox添加blur事件

时间:2021-02-27 13:33:15      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:tag   click   grid   get   fun   span   tab   datagrid   dex   

onClickRow: function (index) {
var editor = feeTable.datagrid(‘getEditors‘, index);
editor[0].target.next(‘span‘).find(‘input‘).blur(function () {
feeTable.datagrid(‘selectRow‘, index)
.datagrid(‘endEdit‘, index);
computeFeeAmount();
});
},

easyui datagrid 中的numberbox添加blur事件

标签:tag   click   grid   get   fun   span   tab   datagrid   dex   

原文地址:https://www.cnblogs.com/sharestone/p/14455167.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!