Here's what i came up with, seams to work ok
<script type="text/javascript">
$(function() {
if(window.location.hash != "") { $('#domaintabs
a[href="'+window.location.hash+'"]').tab('show'); }
});
</script>- Tabs, how to auto select active tab? ShaunR
- Re: Tabs, how to auto select active tab? sripathi pai
- Re: Tabs, how to auto select active tab? ShaunR
