上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 13 下一页
摘要: $("#loadimg").css("display",""); 将display:none放在.xx class中会造成span无法显示修改为如下即可.xx {float:left; margin-top:11px;}可能原因:jquery控制display是在控件后加上style="displ... 阅读全文
posted @ 2014-09-30 17:46 樱花飞落ll 阅读(284) 评论(0) 推荐(0) 编辑
摘要: 1.设置按钮为不可用状态document.getElementById("btnRegister").disabled = true;//设置按钮不可用2.在window onload时调用多个函数 function addEvent1(obj, evt, fn) { ... 阅读全文
posted @ 2014-09-29 11:06 樱花飞落ll 阅读(190) 评论(0) 推荐(0) 编辑
摘要: 0x800a0259 - JavaScript 运行时错误: 未知的运行时错误 var txt = "Browser CodeName:" + navigator.appCodeName + ""; txt += "Browser Name: " + navigator.appName... 阅读全文
posted @ 2014-09-28 17:18 樱花飞落ll 阅读(228) 评论(0) 推荐(0) 编辑
摘要: css控件透明属性设置IE firefor设置方法导入: ie 设置为FILTER: alpha(opacity:0);firefor 设置为-moz-opacity:0.5;opacity: 0; fun... 阅读全文
posted @ 2014-09-26 16:55 樱花飞落ll 阅读(622) 评论(0) 推荐(0) 编辑
摘要: 指定上传类型为excel:加上accept="application/vnd.ms-excel"即可,只兼容chrome跟ff,不兼容ie 阅读全文
posted @ 2014-09-26 10:23 樱花飞落ll 阅读(3234) 评论(0) 推荐(0) 编辑
摘要: $('#dg').datagrid({remoteSort:false,④ sortName:'sysfield', ① sortOrder:'desc',② columns:[[ {field:'sss',sortable:true③}]]});①②③处在服务器排序时满足条件若是本地数据进行排序... 阅读全文
posted @ 2014-09-24 14:50 樱花飞落ll 阅读(289) 评论(0) 推荐(0) 编辑
摘要: var head = $('#ClassManagement').datagrid("options").columns; var fhead=$('#ClassManagement').datagrid('options').frozenColumns; 阅读全文
posted @ 2014-09-15 16:57 樱花飞落ll 阅读(592) 评论(0) 推荐(0) 编辑
摘要: frozenColumns:[[ { field: 'xh', checkbox: true }, { field: "CZ", title: "操作", width: 1... 阅读全文
posted @ 2014-09-11 17:34 樱花飞落ll 阅读(336) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2014-09-10 15:42 樱花飞落ll 阅读(1029) 评论(0) 推荐(0) 编辑
摘要: 类名用空格分开在优先级一样的情况下就近原则 优先级# 100 .10 这种标签是1 所以的相加#content .bottom .center{width:336px;height:374px;border:1px solid #e1e1e1;margin-right:10px;float:lef... 阅读全文
posted @ 2014-09-05 16:53 樱花飞落ll 阅读(611) 评论(0) 推荐(1) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 13 下一页