While working on a Bootstrap 3 website, I discovered that it is possible to have both a top nav-tab and bottom nav-tab section on the same page. These two distinct tab menus can control the display of the same tab content areas.
However, I encountered an issue with this setup. The tabs operate independently from each other. I would like the top and bottom tabs to sync up and show the same active tab. Currently, if you click tab 4 in the top menu, it will switch to tab 4, but the bottom menu still displays tab 1 as active.
Would anyone happen to know if Javascript/Jquery can address this problem? I simply need both menus to function as one cohesive unit.
Thank you in advance for any assistance.
<div class="tabbable tabs-below">
This should mirror the functionality of the top nav tabs.