Hi all,
I'm having trouble understanding how to create a link that will open a specified tab.
Following the code provided in the demo http://flowplayer.org/tools/demos/tabs/index.html) and this is what I have.
When i create a link to #tab2 like
the tab2 isn't selected, unless i use the full url (eghttp://example.com/#tab2).
Would someone be able to provide me an example on how to make this possible?
Thanks.
I'm having trouble understanding how to create a link that will open a specified tab.
Following the code provided in the demo http://flowplayer.org/tools/demos/tabs/index.html) and this is what I have.
<!-- the tabs -->
<ul class="tabs">
<li><a href="#tab1">Tab 1</a></li>
<li><a href="#tab2">Tab 2</a></li>
<li><a href="#tab3">Tab 3</a></li>
</ul>
<!-- tab "panes" -->
<div class="panes">
<div>First tab content. Tab contents are called "panes"</div>
<div>Second tab content</div>
<div>Third tab content</div>
</div>
When i create a link to #tab2 like
<a href="#tab">link</a>
the tab2 isn't selected, unless i use the full url (eghttp://example.com/#tab2).
Would someone be able to provide me an example on how to make this possible?
Thanks.
