At the moment i have a lot of rows of of nav-tabs and each has it own active
class. So i can have a lot of active tabs and i wanted to know if there is
a way to make a tag nonactive when i click another tab from a different
unordered list, so i can have a lot of different nav-tab section but only
one active at a time..
I'm new to bootstrap and JavaScript so i couldn't figure out how to do this
so thanks for the help.
This is a example of what i'm trying to do.
<div class="one_big_nav_tag">
<ul class="nav nav-tabs" id="tagggs">
</ul>
<div>
</div>
<ul class="nav nav-tabs" id="tagggs">
</ul>
<div>
</div>
</div>
--
View this message in context:
http://twitter-bootstrap.1086183.n5.nabble.com/Multiple-rows-of-tabs-with-only-one-active-tab-tp3178.html
Sent from the Twitter Bootstrap mailing list archive at Nabble.com.