【问题标题】:Twitter Bootstrap Vertical Thumbnail CarouselTwitter Bootstrap 垂直缩略图轮播
【发布时间】:2013-08-27 08:02:37
【问题描述】:

我在网上大量搜索 Bootstrap Vertical Thumbnail Carousel, 但我没有找到任何解决方案,任何想法?

【问题讨论】:

  • 那么请告诉我我要写什么?谢谢你:)
  • 好的 @Mat 谢谢你的帮助
  • hmmm,对不起,我忘记了那些愚蠢的事情,我从问题中删除了这些图像并在回答时将其粘贴
  • @Mat 现在?我第一次回答我的问题,所以我犯了这个错误。

标签: javascript jquery twitter-bootstrap


【解决方案1】:

这里是一个github仓库

https://github.com/tutorialdrive/-Bootstrap-Vertical-Thumbnail-Carousel

首先我为此使用了 3 个 js 和 2 个 css

js

bootstrap-transition.js

引导轮播.js

jquery.min.js

css

bootstrap.css

style.css

这是我的 Carousel 的 JQ 代码

    $(document).ready(function() {
        $('#myCarousel').carousel({
            interval: false
        })
    });

我也使用了一些现成的垂直轮播代码

http://jsfiddle.net/HHsxc/2/

更多内容,请从上面的github链接下载,别忘了fork,它还在开发中,感谢修复错误和建议。

【讨论】:

    猜你喜欢
    • 2020-09-25
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2014-08-30
    • 2016-01-09
    • 2014-11-13
    相关资源
    最近更新 更多