`
流浪鱼
  • 浏览: 1640136 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论
收藏列表
标题 标签 来源
editor思维 jquery-easyui中表格的行编辑功能
var amount = $('#tt').datagrid('getEditor', {index:editLineIndex,field:'amount'}).target;	// 个数
var sum = $('#tt').datagrid('getEditor', {index:editLineIndex,field:'sum'}).target;	// 总数
amount.combobox({
	onChange:function(id){
		sum.val(id*100);	// 假设是text编辑类型
	}
});
Global site tag (gtag.js) - Google Analytics