Twitter Bootstrap tabs not working: when I click on them nothing happens

前端 未结 13 1070
温柔的废话
温柔的废话 2020-12-04 10:49

I am trying to implement Twitter Bootstrap tabs in the following code, but it does not seem to work. The tabs get displayed, but when I click on them nothing happens. Below

13条回答
  •  离开以前
    2020-12-04 11:47

    Had a problem with Bootstrap tabs recently following their online guidelines, but there's currently an error in their markup example data-tabs="tabs" is missing on

      element. Without it using data-toggle on links doesn't work.

提交回复
热议问题