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>

Reply via email to