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

前端 未结 13 1083
温柔的废话
温柔的废话 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:41

    I just fixed this issue by adding data-toggle="tab" element in anchor tag

    Red

    red red red red red red

    Orange

    orange orange orange orange orange

    Yellow

    yellow yellow yellow yellow yellow

    Green

    green green green green green

    Blue

    blue blue blue blue blue

    and added the following in head section http://code.jquery.com/jquery-1.7.1.js'>

提交回复
热议问题