摘要: (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) 阅读(847) 评论(0) 推荐(0)
摘要: /*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) 阅读(278) 评论(0) 推荐(0)