Prevent propagation of active class in Bootstrap nav-tabs -
i have simple ul li tags show 3 tabs. want achieve here keep first tab active no matter tab clicked. want stop propagation of active class different tabs. here code :
<div class="panel with-nav-tabs"> <ul class="nav nav-tabs"> <li class="bet-btn active" ><a href="" class="anchortag" data-toggle="tab"><p class="bettypestabs">single bet(s)</p></a></li> <li class="bet-btn"><a href="" class="anchortag" data-toggle="tab"><p class="bettypestabs">accumulator</p></a></li> <li class="bet-btn"><a href="" class="anchortag" data-toggle="tab"><p class="bettypestabs">specials</p></a></li> </ul>
Comments
Post a Comment