上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 40 下一页
摘要: $.extend($.fn.layout.methods, { remove: function(jq, region){ return jq.each(function(){ var panel = $(this).layout("panel",region); if(panel){ panel. 阅读全文
posted @ 2016-09-23 16:21 芜明-追星 阅读(1669) 评论(0) 推荐(0)
摘要: 首先将easyui的样式文件加入一个ID,这里命名为easyuiTheme,然后在样式文件下面加入一个JS文件 <script type="text/javascript" charset="UTF-8" src="jslib/jquery-easyui-1.2.5/jquery-1.7.1.min 阅读全文
posted @ 2016-09-23 16:18 芜明-追星 阅读(596) 评论(0) 推荐(0)
摘要: 扩展了个$.messager.showBySite,根据舍得的位置显示$.messager.show。代码如下: /** * 指定位置显示$.messager.show * options $.messager.show的options * param = {left,top,right,botto 阅读全文
posted @ 2016-09-23 16:15 芜明-追星 阅读(1494) 评论(0) 推荐(0)
摘要: 实例化。这里增加了三个属性,可以指定idFiled,textFiled和parentField。所以这里的simpleData可以不严格转换成tree的数据格式。 tree_data_simp.php 的json数据类型。是一个扁平结构数据集。 自定义loadFilter的实现 阅读全文
posted @ 2016-09-23 16:11 芜明-追星 阅读(1062) 评论(0) 推荐(0)
摘要: $.extend($.fn.menu.methods,{ showItem:function(jq,text){ return jq.each(function(){ var item = $(this).menu('findItem',text); $(item.target).show(); } 阅读全文
posted @ 2016-09-23 15:51 芜明-追星 阅读(1132) 评论(0) 推荐(0)
摘要: HTML标签及属性大全 基本结构标签: <HTML>,表示该文件为HTML文件 <HEAD>,包含文件的标题,使用的脚本,样式定义等 <TITLE> </TITLE>,包含文件的标题,标题出现在浏览器标题栏中 </HEAD>,<HEAD>的结束标志 <BODY>,放置浏览器中显示信息的所有标志和属性 阅读全文
posted @ 2016-09-23 15:29 芜明-追星 阅读(4212) 评论(0) 推荐(1)
摘要: [selector] { filter: alpha(opacity=50); /* internet explorer */ -khtml-opacity: 0.5; /* khtml, old safari */ -moz-opacity: 0.5; /* mozilla, netscape * 阅读全文
posted @ 2016-09-23 10:44 芜明-追星 阅读(154) 评论(0) 推荐(0)
摘要: 正如君所想象的一样,同实现层的fixed一样,用的是expression语句。例如div#demo在: IE6下最小宽度300px: *html div#demo { width:expression((document.documentElement.clientWidth||document.b 阅读全文
posted @ 2016-09-23 10:43 芜明-追星 阅读(225) 评论(0) 推荐(0)
摘要: function getElementLeft(element) { var actualLeft = element.offsetLeft; var current = element.offsetParent; while (current !== null) { actualLeft += c 阅读全文
posted @ 2016-09-23 10:41 芜明-追星 阅读(363) 评论(0) 推荐(0)
摘要: .clamp{ overflow : hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;} HTml <PRE class="brush 阅读全文
posted @ 2016-09-23 10:40 芜明-追星 阅读(223) 评论(0) 推荐(0)
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 40 下一页