摘要: $('#dg').datagrid('loadData', { total: 0, rows: [] }); 阅读全文
posted @ 2019-09-18 10:03 vvull 阅读(613) 评论(0) 推荐(0) 编辑
摘要: $.getJSON("example.json", function() { alert("success"); }) .success(function() { alert("second success"); }) .error(function() { alert("error"); }) .complete(function() { alert("complete"); }); 阅读全文
posted @ 2019-09-18 09:48 vvull 阅读(526) 评论(0) 推荐(0) 编辑