摘要:
$('#dg').datagrid('loadData', { total: 0, rows: [] }); 阅读全文
摘要:
$.getJSON("example.json", function() { alert("success"); }) .success(function() { alert("second success"); }) .error(function() { alert("error"); }) .complete(function() { alert("complete"); }); 阅读全文