jQuery Twitter Bootstrap 垂直缩略图轮播

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/18416892/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-26 21:34:37  来源:igfitidea点击:

Twitter Bootstrap Vertical Thumbnail Carousel

javascriptjquerytwitter-bootstrap

提问by Shivam Pandya

I search lots on net for Bootstrap Vertical Thumbnail Carousel, but i didn't find any solution for that, any Idea ?

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

采纳答案by Shivam Pandya

Here is a github repository

这是一个github存储库

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

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

enter image description here

在此处输入图片说明

enter image description here

在此处输入图片说明

First I use 3 js and 2 css for this

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

js

js

bootstrap-transition.js

bootstrap-transition.js

bootstrap-carousel.js

bootstrap-carousel.js

jquery.min.js

jquery.min.js

css

css

bootstrap.css

bootstrap.css

style.css

样式文件

and here is my JQ code for Carousel

这是我的旋转木马 JQ 代码

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

also I use some ready made vertical Carousel code from here

我还使用了一些现成的垂直旋转木马代码here

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

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

For more, please download it from above github link and don't forgot to fork, also it is in developing status, bug fixing and suggestion are appreciated.

更多内容,请从上面的github链接下载,不要忘记fork,它也处于开发状态,错误修复和建议表示赞赏。