08 2010 档案

摘要:http://malsup.com/jquery/block1、$.fn.block=function(){}表示给页面中的对象注册一种方法,调用如$('#id').block();2、$.block则表示给JQUERY类库注册新的方法,调用直接用$.block(); 阅读全文
posted @ 2010-08-30 16:03 知足常乐(Mr.Zhang) 阅读(292) 评论(0) 推荐(0)
摘要:(function($){ $.fn.yourName = function(options){ //各种属性、参数 var defaults = { evenRowClass:"evenRow", oddRowClass:"oddRow", activeRowClass:"activeRow" } }// $.extend 表示合并参数 var options = $.extend(... 阅读全文
posted @ 2010-08-26 16:38 知足常乐(Mr.Zhang)
摘要:/*ie6识别 */*html ul { padding-bottom:10px;} /*ie7识别 */*+html ul { padding-bottom:10px;} 阅读全文
posted @ 2010-08-26 09:56 知足常乐(Mr.Zhang) 阅读(118) 评论(0) 推荐(0)
摘要:代码 阅读全文
posted @ 2010-08-26 09:54 知足常乐(Mr.Zhang)
摘要:<style><!--#nav .wrap{text-align:center;position:relative;padding-top:37px;cursor:pointer;float:left;width:52px;margin:28px 5px 0}#nav .nav{height:57px;background-image:url(navs.png);border:1... 阅读全文
posted @ 2010-08-11 10:18 知足常乐(Mr.Zhang) 阅读(2342) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2010-08-07 23:19 知足常乐(Mr.Zhang) 阅读(110) 评论(0) 推荐(0)