摘要: (function($) { $.fn.menuBorderSlide = function(options) { var defaults = { // 边框高度 gtHeight : 4, // 边框颜色 gtColor : '#CC0000', // 当前被选中的li的样式类 currentClass : "current", // 振幅比率 amplitude : 1 / 2, ... 阅读全文
posted @ 2012-08-31 22:00 园林鸟 阅读(2459) 评论(0) 推荐(0) 编辑
摘要: (function($) { $.fn.slidePicture = function(options) { var ops = $.extend({}, $.fn.slidePicture.defaults, options); return this.each(function() { $this = $(this); var opts = $.meta ? $.extend({}, ops, $(this).data()) : ops; var num = opts.num; ... 阅读全文
posted @ 2012-08-31 00:39 园林鸟 阅读(2935) 评论(0) 推荐(1) 编辑