jQuery滑块轮播图插件sliderx.js

所属分类:媒体-幻灯片和轮播图

 20648  198  查看评论 (3)
分享到微信朋友圈
X
jQuery滑块轮播图插件sliderx.js ie兼容12

更新时间:2019-08-08 00:27:05

使用方法

需要调用在文件

<link rel="stylesheet" href="dist/slider-x.css">
<script src="https://www.jq22.com/jquery/jquery-1.10.2.js"></script>
<script src="dist/slider-x.js"></script>

html

<div class="my-slide">
    <div class="h-300px slide-1"></div>
    <div class="h-500px slide-2"></div>
    <div class="h-500px slide-3"></div>
    <div class="h-500px slide-4"></div>
    <div class="h-500px slide-5"></div>
    <div class="h-500px slide-2"></div>
    <div class="h-500px slide-1"></div>
    <div class="h-500px slide-2"></div>
    <div class="h-500px slide-1"></div>
    <div class="h-500px slide-2"></div>
    <div class="h-500px slide-1"></div>
  </div>

js

$('.my-slide').pageflySlider({
      slidesToShow: 3,
      slidesToScroll: 1,
      gutter: 15,
      autoPlay: false,
      duration: '400',
      autoPlayDelay: 2000,
      loop: true,
      navStyle: 'nav-style-111',
      paginationStyle: 'pagination-style-3'
    })

所有可用选项(目前)

defaultOptions = {
  slidesToShow: 1,
  slidesToScroll: 1,
  gutter: 0,
  autoPlay: true,
  autoPlayDelay: 3000,
  duration: 450,
  loop: true,
  draggable: true,
  paginationStyle: 'pagination-style-1',
  navStyle: 'nav-style-1',
  adaptiveHeight: false,
  height: 400,
}
相关插件-幻灯片和轮播图

jQuery轻量级全屏轮播图

jQuery轻量级全屏自动轮播图,兼容ie7以上浏览器
  幻灯片和轮播图
 33319  303

jQuery简单的轮播图

用最简单的最少量的代码完成轮播任务,无缝,无限循环,自适应窗口大小
  幻灯片和轮播图
 49341  363

jQuery轮播图插件slider

强大轮播图3D效果slider,功能强大兼容性好。
  幻灯片和轮播图
 51778  481

图片标题轮播

幻灯片插件,它非常小巧,压缩后仅 1.34KB,功能也不算丰富,圆点控制、自动播放。
  幻灯片和轮播图
 36195  422

讨论这个项目(3)回答他人问题或分享插件使用方法奖励jQ币 评论用户自律公约

    七彩的何 0
    2021/3/15 10:11:28
    页面切换筛选条件重新获取轮播图内容列表之后不能展示数据了,下面的轮播的点点还在,图片渲染没有,请问有什么解决的办法吗? 回复
    PHG 0
    2019/12/27 14:15:30
    参数加下注释啊 回复
    智信数图-李兵 0
    2019/9/7 10:38:26
    参数加上说明行吗 回复
😃
  • 😀
  • 😉
  • 😥
  • 😵
  • 😫
  • 😘
  • 😡
  • 👍
  • 🌹
  • 👏
  • 🍺
  • 🍉
  • 🌙
  • 💖
  • 💔
😃
  • 😀
  • 😉
  • 😥
  • 😵
  • 😫
  • 😘
  • 😡
  • 👍
  • 🌹
  • 👏
  • 🍺
  • 🍉
  • 🌙
  • 💖
  • 💔
取消回复