摘要: $('#dg').datagrid({ title: 'CheckBox Selection on DataGrid', url: 'datagrid_data3.json', width: '700', rownumbers: true, columns:[[ ... 阅读全文
posted @ 2014-10-18 22:49 北斗极星 阅读(6061) 评论(0) 推荐(0) 编辑
摘要: //扩展方法$.extend($.fn.tree.methods, { getLevel:function(jq,target){ var l = $(target).parentsUntil("ul.tree","ul"); return l.length+1; ... 阅读全文
posted @ 2014-10-18 11:51 北斗极星 阅读(634) 评论(0) 推荐(0) 编辑