Twitter Bootstrap tabs not working: when I click on them nothing happens
You need to add tabs plugin to your code <script type=”text/javascript” src=”https://stackoverflow.com/questions/9630595/assets/twitterbootstrap/js/bootstrap-tab.js”></script> Well, it didn’t work. I made some tests and it started working when: moved (updated to 1.7) jQuery script to <head> section added data-toggle=”tab” to links and id for <ul> tab element changed $(“.tabs”).tabs(); to $(“#tabs”).tab(); and some other things that shouldn’t matter … Read more