input输入框防止非数字字符输入 HTML

防止非数字字符输入 onkeyup="this.value=this.value.replace(/[^\d]/g,'')"
 发布于 

easyui加载数据 HTML

$('#dg').datagrid({loadFilter:pagerFilter,pageList:[100,10,20,30,50],pageSize:30, rowStyler:function(index,row){ if (row.chkYn!='1'&&row.chkYn!=2){ ...
 发布于 

easyui下拉表格例子 HTML

{          // datagrid的其他字段...        },        { field : 'path', // 实际属性 title : 'Path', // 页面显示的列名 editor : { ...
 发布于 

easyui添加合计列 HTML

$('#aa').datagrid({ idField:'id', remoteSort:true, pagination:true, showFooter: true, ctrlSelect: true, columns:[[ {field:'name',title:'名字',width:120,align:'center',sortable:true},...
 发布于