I want to link to a bootstrap 3.2.0 tab with a link like this:
<a href="#tab_i_want_to_link" onclick="something()">Tab name</a>
Thanks!!
I want to link to a bootstrap 3.2.0 tab with a link like this:
<a href="#tab_i_want_to_link" onclick="something()">Tab name</a>
Thanks!!
There is a comment thread here: https://github.com/twbs/bootstrap/issues/2415 and NONE of the solutions work as smoothly as this.
SOURCE: http://timforsythe.com/blog/hashtabs/
DEMO: https://jsbin.com/quvelo/2/
This solution links to tabs outside, inside, and wherever you want with a regular url.
You put this js AFTER your bootstrap.js inside the functions where you call the tooltip or popover (for example). I have a bootstrap-initializations.js file loaded after bootstrap.min.js in my document.
USAGE: The same as you would use to link to an anchor: