I'm using Bootstrap Togglable tabs with bootstrap-tab.js. Works as expected (when you click on a tab it displays the tab content and the clicked tab becomes the active tab). Question is this: I have a link within the content of one of the tabs that links to another tab... on click it displays the content of the tab correctly but it does not make that new tab itself the active tab. Any way to make that happen?
I'm using Bootstrap Togglable tabs with bootstrap-tab.js. Works as expected (when you click on a tab it displays the tab content and the clicked tab becomes the active tab). Question is this: I have a link within the content of one of the tabs that links to another tab... on click it displays the content of the tab correctly but it does not make that new tab itself the active tab. Any way to make that happen?
You could use JavaScript and add another on click event, so on click addclass etc.
If you create a stripped down version on CodePen we can help you get the code perfect.
links help
Here's a link to stripped down version of the page. I'm not sure how to isolate the correct files for codepen so I just posted here instead:
http://olearystudios.com/alt/docs/examples/example.html
Assistace is much appreciated!