Bootstrap JavaScript Carousel Doesn't Stop Cycling

前端 未结 11 1737
离开以前
离开以前 2020-12-29 02:25

Twitter Bootstrap Version: 2.0.3

Example HTML code:




        
11条回答
  •  暗喜
    暗喜 (楼主)
    2020-12-29 03:23

    Apart from what @dgabriel suggests, do make sure that the JavaScript call that initializes Bootstrap carousel is AFTER the

    This makes sure that the carousel works as intended (errors like Uncaught ReferenceError: $ is not defined (anonymous function) for example.

提交回复
热议问题