摘要: function()中没有r 则直接调用里面的方法 阅读全文
posted @ 2016-10-31 15:50 少年在漂泊 阅读(1169) 评论(0) 推荐(0) 编辑
摘要: 第一种: java :AJAXUtil.success(response,"{\"msg\":\"notsucess_start\"}");下面是js 第二种: response.getWriter().write("{\"msg\":\"countMain\"}"); 第三种 //将字符串转换为M 阅读全文
posted @ 2016-10-31 15:14 少年在漂泊 阅读(2111) 评论(0) 推荐(0) 编辑
摘要: 经过我多次试验,nowrap 如果为true,则在同一行中显示数据。设置为true可以提高加载性能。 这种形式才能生效,<script type="text/javascript"> $('#tt').datagrid({ nowrap: false }); </script> 无效<th data 阅读全文
posted @ 2016-10-31 09:41 少年在漂泊 阅读(2230) 评论(0) 推荐(0) 编辑
摘要: combogrid 的setValues 阅读全文
posted @ 2016-10-25 16:46 少年在漂泊 阅读(683) 评论(0) 推荐(0) 编辑
摘要: arrBusiType.replace(/,/g, "");//去除字符串中所有的逗号 s_raise_end_date.replace(/-/g, "")//去除字符串中所有的- Math.abs(s_raise_end_date.replace(/-/g, "")) 阅读全文
posted @ 2016-10-25 16:46 少年在漂泊 阅读(2875) 评论(0) 推荐(0) 编辑
摘要: id="accountInfo" class="easyui-datagrid" style="height:200px;width:auto" 必须有高度 $('#accountInfo').datagrid('loadData', {total:0,rows:jsondata.obj.accou 阅读全文
posted @ 2016-10-11 09:41 少年在漂泊 阅读(2008) 评论(0) 推荐(0) 编辑