bootstrap 3 tabs not working properly

后端 未结 14 2649
情深已故
情深已故 2020-12-24 05:58

I almost copied the code from their website. The tab is initiated perfectly, and when I click on tabs, new panels are activated. However, the \"active\" class is not applied

14条回答
  •  天命终不由人
    2020-12-24 06:43

    for some weird reason bootstrap tabs were not working for me until i was using href like:-

    
    

    but it started working as soon as i replaced href with data-target like:-

    
    

提交回复
热议问题