Right Tab Open Hack

This is a hack when you want to open a specific TAB on another page.

You must put on the link button the ID of the TAB
(You can choose any ID you want)

And add this code below on the before <body> of the redirect page.

<script>
$(document).ready(function () {
  if(window.location.href.indexOf("id22") > -1) {
    $('#id22').trigger('click')
  }
  else if (window.location.href.indexOf("id33") > -1) {
    $('#id33').trigger('click')
  }
});
</script>

Click on one of the button below to open the right TAB

Home