Twitter bootstrap – How do I set a bootstrap tab active?
I am using Twitter Bootstrap for a tabular interface. When I click on a tab, I am calling an function that hides and shows corresponding divs. This is my HTML Code: <ul class="nav nav-tabs"> <li class="active" id="Chart1"><a href="#">Chart 1</a></li> <li…