08 2013 档案

摘要:1、html1 电压等级: 2 2、jquery1 $('label[for="lbl"]').hide();2 $('#com').combobox('destroy'); 阅读全文
posted @ 2013-08-31 23:47 EasyPass 阅读(455) 评论(0) 推荐(0)
摘要:1、CSS 2、html 加载供电方案 加载预算方案 阅读全文
posted @ 2013-08-29 10:05 EasyPass 阅读(2583) 评论(0) 推荐(0)
摘要:1 function onLoadSuccess(data) { 2 var rows = $("#DataGrid").datagrid("getRows"); 3 if (rows.length > 0) { 4 rows = $("#DataGrid").datagrid("getSelections"); 5 if (rows.length == 0) 6 $('#DataGrid').datagrid('selectRow', ... 阅读全文
posted @ 2013-08-24 22:10 EasyPass 阅读(1766) 评论(0) 推荐(0)