外国人,还是牛逼。
下载两个JS
1、http://hammerjs.github.io/
2、https://github.com/hammerjs/jquery.hammer.js
注意:引入顺序1》2
<!-- 增强:BootStrap carousel(轮播)组件支持触屏 --> <script src="dep/jquery.hammer.js-master/hammer.min.js"></script> <script src="dep/jquery.hammer.js-master/jquery.hammer.js"></script> <script> $('#carousel-example-generic').hammer().on('swipeleft', function(){ $(this).carousel('next'); }); $('#carousel-example-generic').hammer().on('swiperight', function(){ $(this).carousel('prev'); }); </script>
免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。