【笔记】《Bootstrap实战》——附录C 让传送带支持手势
【推荐阅读】微服务还能火多久?>>> 文章目录 选择方案 下载 使用 选择方案 Adding swipe support to Bootstrap Carousel 3.0 - Laz Creative mattbryson/TouchSwipe-Jquery-Plugin jQuery.touchswipe插件 - 博客园 手机滑动touchSwipe-CSDN博客 jquery.touchswipe | BootCDN - Bootstrap 中文网开源项目免费 CDN 加速服务 下载 https://cdn.bootcss.com/jquery.touchswipe/1.6.19/jquery.touchSwipe.js https://cdn.bootcss.com/jquery.touchswipe/1.6.19/jquery.touchSwipe.min.js 使用 将 touchSwipe.min.js 的代码复制到 plugins.js 的bootstrap代码后,保存 在 main.js 中添加以下代码: $( document ).ready(function() { //Enable swiping... $(".carousel-inner").swipe( { //Generic swipe handler for all directions