When i load a datagid, i have the the follow errors in firebug:
I use jquery-easyui-1.3.1 with jquery 1.7.2 with the following code:
$('#domainClose').datagrid({
url:'/jclient.php',
pagination: true,
singleSelect: true,
sortName: 'closetime',
sortOrder: 'ASC',
fitColumns: true,
idField:'orderid',
loadMsg: LG1342,
queryParams: {"methode": "viewDeleteOrders"},
columns:[[
{field:'orderid',title:'ID',width:60, sortable: true},
{field:'domain',title:LG904, width:200, sortable: true},
{field:'status',title:LG940, width:100, sortable: true},
{field:'closetime',title:LG1276, width:120, sortable: true}
]]
});