Bootstrap Modal Carousel

时间:2015-06-08 11:30:42

标签: html twitter-bootstrap carousel bootstrap-modal

我正在尝试在我的简单,静态,基于Bootstrap的HTML页面中实现模态轮播。我想让this simple code在我的页面中工作,但我还需要更多方向。我将所述代码粘贴到我的页面中,但我最终得到了嵌入页面中的轮播而没有隐藏。我缺乏实用的css / javascript知识让我失望,因为我不太了解代码片段之前的3条简单说明。

有人可以通过点击这个小提琴中的缩略图向我解释我是如何让我的模态旋转木马工作的吗? JSFiddle example here.

<ul><strong>Online Users</strong>
            <?php $online_users = DB::table('active_users')->where('user_id','!=',Auth::id())->get(); ?>

            @foreach($online_users as $online_user)
                <li>{{User::find($online_user->user_id)->first_name}}</li>
            @endforeach
        </ul>

1 个答案:

答案 0 :(得分:1)

如果你还没有看过这个:

https://noreiller.github.io/bootstrap-modal-carousel/modal-carousel.html

这可能会给人一些清晰度