Scandal
Guest
Member
Is that possible to make a tab to work like a link, which, when followed, the tab will be selected and opened?
I mean something different than #tab_id on the URL end or at least with it. I mean a hard link with full page re-load.
Example:
HTML:
Code:
...
Read more
Continue reading...
I mean something different than #tab_id on the URL end or at least with it. I mean a hard link with full page re-load.
Example:
HTML:
Code:
Code:
<span class="hScroller-scroll">
<a href="{$MY_URL}"
class="tabs-tab is-active"
role="tab"...
Read more
Continue reading...