How to make Bootstrap carousel slider use mobile left/right swipe

前端 未结 10 1027
走了就别回头了
走了就别回头了 2020-11-29 15:49

DEMO JSSFIDDLE

  
10条回答
  •  -上瘾入骨i
    2020-11-29 16:32

    I needed to add this functionality to a project I was working on recently and adding jQuery Mobile just to solve this problem seemed like overkill, so I came up with a solution and put it on github: bcSwipe (Bootstrap Carousel Swipe).

    It's a lightweight jQuery plugin (~600 bytes minified vs jQuery Mobile touch events at 8kb), and it's been tested on Android and iOS.

    This is how you use it:

    $('.carousel').bcSwipe({ threshold: 50 });
    

提交回复
热议问题