国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

javascript - In the bootstrap carousel plug-in, how to trigger events when the carousel reaches the first and last items?
迷茫
迷茫 2017-06-12 09:28:48
0
1
862

In the bootstrap carousel plug-in, how to trigger events when the carousel reaches the first and last one

迷茫
迷茫

業(yè)精于勤,荒于嬉;行成于思,毀于隨。

reply all(1)
漂亮男人

Resolved
Quote http://www.cnblogs.com/zuoyif...

  $('#myCarousel').on('slide.bs.carousel', function (event) {
        var $hoder = $('#myCarousel').find('.item'),
            $items = $(event.relatedTarget);
        //getIndex就是輪播到當(dāng)前位置的索引
        var getIndex= $hoder.index($items);
    });
                
            
            
        
        
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template