帝王谷资源网 Design By www.wdxyy.com
直接上代码,可能不是最好的,欢迎吐槽。
/** * Created by Steven on 2015/07/10/0010. * @email zhuttymore@126.com */ (function ($) { $.fn.slider = function (opt) { opt = $.extend({ speed:'fast', auto: false, interval: 1000 }, opt); var _this = this; var index = 0; _this.find('.window li').width(_this.width()); var animate = function(index){ var win = _this.find('.window'); var offset = win.parent().width(); win.animate({'marginLeft': -offset * index}, opt.speed); _this.find('.tab li').removeClass('select'); _this.find('.tab li').eq(index).addClass('select'); }; _this.find('.tab li').mouseover(function () { index = parseInt($(this).index()); animate(index); }); _this.find('.btn li:first-child').click(function(){ --index; if(index < 0){ index = _this.find('.window li').length - 1; } animate(index); }); _this.find('.btn li:last-child').click(function(){ ++index; if(index >= _this.find('.window li').length){ index = 0; } animate(index); }); if(opt.auto){ var time = setInterval(function(){ ++index; if(index >= _this.find('.window li').length){ index = 0; } animate(index); },opt.interval); } return $.each(this,function(index,ele){}); }; })(jQuery);
Html
<div class="slider"> <ul class="btn"> <li><i class=" icon-caret-left"></i></li> <li><i class=" icon-caret-right"></i></li> </ul> <ul class="window"> <li><img src="/UploadFiles/2021-04-02/2841_591046_561095.jpg">CSS
.slider { height: 440px; overflow: hidden; position: relative; } .slider .btn li{ position: absolute; width: 30px; height: 50px; cursor: pointer; color: #fff; text-align: center; font-size: 40px; top:45%; } .slider .btn li:first-child { left:0; } .slider .btn li:last-child { right:0; } .slider img { width: 100%; height: 100%; } .slider .window { width: 40000px; height: 400px; overflow: hidden; } .slider .window li { float: left; overflow: hidden; width: 1200px; } .slider .tab { position: absolute; z-index: 5; width: 880px; margin: -40px auto; left: 13%; } .slider .tab li { float: left; width: 200px; height: 80px; margin-left: 18px; cursor: pointer; }Css文件可以根据需求自己DIY, 但html的.slider里面的结构应该是一样。
Run 起来:
$('.slider').slider({auto: true, interval: 2000});改进js结构:
/** * Created by Steven on 2015/07/10/0010. * @email zhuttymore@126.com */ (function ($) { $.fn.extend({ slider:function (opt) { opt = $.extend({ }, opt); //Do something here return $.each(this,function(index,ele){}); } }); })(jQuery);以上就是本文的全部内容,希望对大家学习jqueryt程序设计有所帮助。
帝王谷资源网 Design By www.wdxyy.com
广告合作:本站广告合作请联系QQ:858582 申请时备注:广告合作(否则不回)
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件! 如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件! 如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
帝王谷资源网 Design By www.wdxyy.com
暂无评论...
更新日志
2024年10月30日
2024年10月30日
- 独朵莉亚一人T0,杨玉环配草灵太强
- 骗子酒馆新手怎么玩 骗子酒馆新手攻略分享2024
- 沙威玛传奇沙威玛怎么做 沙威玛制作方法
- 陈洁冰《夜来香》中国老歌二胡发烧天碟[WAV+CUE]
- 董育君2014-新歌[美乐帝][WAV+CUE]
- 如鸢密探强度榜一览 密探养成推荐
- 骗子酒馆怎么玩 骗子酒馆游戏规则和必胜技巧分享
- 《模拟城市:我是市长》万圣奇遇版本登录苹果AppStore
- 群星-戏剧经典[台湾首版]3CD[WAV+CUE]
- 骗子酒馆游戏有哪些角色 骗子酒馆游戏角色图鉴一览
- 彻底结束了!索尼关停《星鸣特攻》开发商
- 《荒野大镖客》Steam特别好评 玩家:不是暴力移植!
- Digital Foundry大赞《龙腾世纪4》优化:多年来最好的3A级PC游戏
- 卡普空经典三上真司游戏《杀手7》正在被“差评轰炸”
- 《流放之路2》又跳票!因服务器搭建问题推迟至12月