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

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

    Since i'm working with Bootstrap Javascript Modules instead of loading the entire Bootstrap Javascript, my tabs were not working because i forgot to load load/include/ the node_modules/bootstrap/js/tab.js file.

    After including it, it worked...

    Good Luck

提交回复
热议问题