Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/logging/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Twitter bootstrap 引导缩略图滚动器_Twitter Bootstrap - Fatal编程技术网

Twitter bootstrap 引导缩略图滚动器

Twitter bootstrap 引导缩略图滚动器,twitter-bootstrap,Twitter Bootstrap,我想像这个引导缩略图滚动,我可以滚动点击一个接一个的东西 看看这个起点:dan,我需要它作为bootstrap 2的起点 $(document).ready(function() { $('#myCarousel').carousel({ interval: false }) });

我想像这个引导缩略图滚动,我可以滚动点击一个接一个的东西


看看这个起点:dan,我需要它作为bootstrap 2的起点
$(document).ready(function() {
    $('#myCarousel').carousel({
        interval: false
    })
});