推荐三个轮播插件(配调用方式及参数地址)

OwlCarousel参数及调用地址◆
https://www.dowebok.com/demo/2014/93/
http://www.jq22.com/demo/OwlCarousel220160223/
https://blog.csdn.net/qq_30527987/article/details/78392709
https://owlcarousel2.github.io/OwlCarousel2/index.html
http://www.htmleaf.com/Demo/201502161388.html 主要看这个

基本用法:

  $('.owl_zhuying').owlCarousel({
        nav: true,
        items:1,
        smartSpeed:1200,
    })
    $('.zheng_prev').on('click',function(){
        $('.owl_zhuying').find('.owl-prev').trigger('click')
    })
    $('.zheng_next').on('click',function(){
     $('.owl_zhuying').find('.owl-next').trigger('click')
     })
     $('.owl_zhuying').on('changed.owl.carousel', function(event) {        
        $('.company_zhuying .bao li').removeClass('cur').eq(event.page.index).addClass('cur')
     })
     $('.company_zhuying .bao li').on('click',function(){
         $('.owl_zhuying').trigger("to.owl.carousel",[$(this).index(),1000,true]);
     })
//进阶用法
;(function($, window, document) {
        $('.zhongdian_lunbo .items .text').hover(function(){
          $(this).find('.pic').trigger('hover')
        })
          function zhongdian_lunbo(elem) {
            var elem = $(elem);
            var lis = $(".list .bd li", elem);
            lis.each(function(i) {
              lis.slice(i * 2, i * 2 + 2).wrapAll("<ul class='ul'></ul>");
            });
            var owl=$(".owl-carousel", elem);
            owl.owlCarousel({
              loop: false,
              nav: true,
              margin:40,
              responsive: {
                0: { items: 1 },
                768: { items: 2 },
              }

            });
          }
          zhongdian_lunbo(".zhongdian_lunbo");
        })(jQuery, window, document);

整屏:fullpage
https://www.dowebok.com/demo/2014/77/index2.html
http://www.ic-leasing.com/#page1

再推荐一个轮播插件
bxSlider参数及调用地址:
https://www.bxslider.cn/index.html

另一个轮播插件swiper(不推荐使用,兼容性不好)
swiper参数及调用地址:
https://www.swiper.com.cn/

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值