摘要: 效果图:文件位置摆放:插件的js代码: 1 $.extend({ 2 pfAdv:function(options){ 3 var defaults={ 4 count:1, 5 startTop:200, 6 startLeft:200, 7 width:140,//ͼƬС 8 height:180, 9 ... 阅读全文
posted @ 2014-03-07 13:48 思思博士 阅读(670) 评论(2) 推荐(0) 编辑
摘要: 效果图:文件的位置摆放:插件的代码: 1 ;(function($){ 2 $.extend({ 3 dLAdv:function(options){ 4 var defaults={ 5 leftType:0,//左边广告图片效果0稳固不动,1缓慢复位 6 rightType:0,//右边广告图片的效果0稳固不动,1缓慢复位 7 leftTime:300,//左边复位时间 8 rightTime... 阅读全文
posted @ 2014-03-07 13:43 思思博士 阅读(570) 评论(0) 推荐(1) 编辑
摘要: 界面效果:插件js代码: 1 ;(function ($) { 2 //122种颜色 3 var aColors = [ 4 "ff0000", "ffff00", "00ff00", "00ffff", "0000ff", "ff00ff", "ffffff", "eeeeee", "e5e5e5", "dcdcdc", "d2d2d2", "c9c9c9" 阅读全文
posted @ 2014-03-07 11:14 思思博士 阅读(416) 评论(0) 推荐(0) 编辑
摘要: 1 (function ($) { 2 $.fn.bnSlide = function (options) { 3 var defaults = { 4 colorData: 0, //原始滑道的有效值 5 maxWidth: 10, //整个滑道有效值 6 // Width: 500, //整个容器的宽度 7 //height: 20//整个容器的高度 8 ... 阅读全文
posted @ 2014-03-07 11:06 思思博士 阅读(1446) 评论(0) 推荐(0) 编辑
摘要: 1 ;(function($){ 2 $.fn.extend({ 3 pageList: function (json) { 4 function PageList() { 5 this.initHtml = ""; //初次加载后的Html 6 this.num = 0; //页码个数 7 this.totalPageCount = 0;//总页数 8 this.size = 0;//每页数据条数 9 th... 阅读全文
posted @ 2014-03-07 11:02 思思博士 阅读(728) 评论(0) 推荐(2) 编辑