I wondering what is the best method for navigate between tabbed pane without clicking on related tab name. In fact sometime I have a lot content inside tab and instead to force users to go to top page and click on tab name, I would prefer put in some case a link at bottom of my tab.
The problem is tabs link do not have unique url because they seem to be generated with your tabpane.min.js and all tab url look like
www.site.com/my-profile#
.
Actually I found this method:
<a href="index.php?option=com_comprofiler&task=userprofile&user=[cb:userdata field="user_id" user="#displayed" /]&Itemid=112&tab=27" >Go to tabbed pan 27</a>
However even if this work well, that make a full load/request instead to a simple smooth "tab switch".
any clue ?