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
Twitter Bootstrap Vertical Thumbnail Carousel
提问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
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
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,它也处于开发状态,错误修复和建议表示赞赏。