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

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

    The key elements include:

    1. the class="nav nav-tabs" and data-tabs="tabs" of ul
    2. the data-toggle="tab" and href="#orange" of the a
    3. the class="tab-content" of the div of the content
    4. the class="tab-pane" and id of the div of the items

    The complete code is as below:

    
    

    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

提交回复
热议问题