08 2010 档案
摘要:http://malsup.com/jquery/block1、$.fn.block=function(){}表示给页面中的对象注册一种方法,调用如$('#id').block();2、$.block则表示给JQUERY类库注册新的方法,调用直接用$.block();
阅读全文
摘要:(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;}
阅读全文
摘要:<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...
阅读全文
浙公网安备 33010602011771号