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

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

DEMO JSSFIDDLE

  
10条回答
  •  半阙折子戏
    2020-11-29 16:30

    Same functionality I prefer than using much heavy jQuery mobile is Carousel Swipe. I suggest directly jump in to source code on github, and copy file carousel-swipe.js in to your project directory.

    Use swiper events as bellow:

    $('#carousel-example-generic').carousel({
          interval: false 
      });
    

提交回复
热议问题