I have a small web application that uses twitter bootstrap tabs. Recently it has stopped working.
In investigating this, it appears the basic tabs on bootstraps own demo page don’t work either. See: http://twitter.github.com/bootstrap/components.html#navs
I’ve tested this in Firefox, Chrome and IE. On multiple machines. Bootstrap tabs are broken across the board.
Any ideas what’s going on?
Thanks
The Tabs on the page you mention are just the visual elements; they don’t have any logic to hide and display alternative tab content. For that you need javascript as illustrated on the Javascript plugins page.