javascript - Twitter Bootstrap 垂直缩略图轮播

标签 javascript jquery twitter-bootstrap

我在网上搜索了很多 Bootstrap Vertical Thumbnail Carousel, 但我没有找到任何解决方案,有什么想法吗?

最佳答案

这是一个 github 存储库

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

enter image description here

enter image description here

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

js

bootstrap-transition.js

bootstrap-carousel.js

jquery.min.js

CSS

bootstrap.css

样式.css

这是我的 Carousel 的 JQ 代码

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

我还使用了这里的一些现成的垂直轮播代码

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

更多信息,请从上面的github链接下载,不要忘记fork,它还处于开发状态,错误修复和建议值得赞赏。

关于javascript - Twitter Bootstrap 垂直缩略图轮播,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18416892/

相关文章:

javascript - 当我调用 d3.behavior.zoom 时,我的图形 range.domain() 变为空

javascript - 在二维数组中动态创建索引

javascript - 如果单选按钮适合一行,如何设置不同的样式?

javascript - 在 div 中设置随机 <IMG> 以拥有一个类

jquery - 可以使用 glyphicon Bootstrap onclick 事件吗?

javascript - 单击一个按钮以在 PHP 中运行 casperJS 并在带有按钮的同一 PHP 页面中回显结果

具有 fadeIn 效果的 jQuery .load()

javascript - 在什么时候应该停止在 AngularJS 中添加 ng-[event] 并使用 element.on ("[event]")?

css - 具体模态背景定制

javascript - 可调整大小且灵活的输入表单