问答详情
源自:5-11 图片轮播--声明式触轮播图的播放(一)

data-ride="carousel" 的作用

data-ride="carousel" 有什么作用?

提问者:nc1199 2015-11-07 20:49

个回答

  • 李晓健
    2015-11-07 21:03:38
    已采纳

    The data-ride="carousel" attribute is used to mark a carousel as animating starting at page load. It cannot be used in combination with (redundant and unnecessary) explicit JavaScript initialization of the same carousel.   

    引用自官方文档,我英文不好,自己看吧

  • 冰淤
    2015-12-18 11:44:17

    <!-- data-ride="carousel" 属性用于标记轮播在页面加载时就开始动画播放,无需使用初始化的js函数 -->

    因为课程代码中使用js启动了轮播,所以看上去data-ride没效果