HTML structure of Tabs:
<div class="txtabs-content">
<div id="tabs-e-0" class="txtabs-pane active in fade-slide"></div>
<div id="tabs-e-1" class="txtabs-pane fade-slide"></div>
<div id="tabs-e-2" class="txtabs-pane fade-slide"></div>
</div>
On page land, the first tab will open. When i set the URL to http://link#tabs-e-1, then the second tab will open.
Is there any way to achieve this using jQuery, to remove the active class on the first one and add it to the second one?