javascript Bootstrap Carousel触控支持
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了javascript Bootstrap Carousel触控支持相关的知识,希望对你有一定的参考价值。
/*! Bootstrap Carousel Swipe jQuery plugin v1.1 | https://github.com/maaaaark/bcSwipe | MIT License */
!function(t){t.fn.bcSwipe=function(e){var n={threshold:50};return e&&t.extend(n,e),this.each(function(){function e(t){1==t.touches.length&&(u=t.touches[0].pageX,c=!0,this.addEventListener("touchmove",o,!1))}function o(e){if(c){var o=e.touches[0].pageX,i=u-o;Math.abs(i)>=n.threshold&&(h(),t(this).carousel(i>0?"next":"prev"))}}function h(){this.removeEventListener("touchmove",o),u=null,c=!1}var u,c=!1;"ontouchstart"in document.documentElement&&this.addEventListener("touchstart",e,!1)}),this}}(jQuery);
$('.carousel').bcSwipe({ threshold: 50 });
以上是关于javascript Bootstrap Carousel触控支持的主要内容,如果未能解决你的问题,请参考以下文章
我想更改carousel-item.active显示属性
eModal 在 bootstrap 3 中加载 javascript 但在 bootstrap 4 中不起作用
javascript 打开时滚动到Bootstrap面板(jQuery,Bootstrap 3)
JavaScript强化教程——Bootstrap
JavaScript强化教程——Bootstrap
bootstrap javascript插件部分的笔记整理