Hi there,
Is there any way to put control link inside <ul> tab navigation? So the HTML will be like this:
<div class='tabs'>
<ul>
<li><a href="#tab-1">Tab 1</a></li>
<li><a href="#tab-2">Tab 2</a></li>
<li><a href="#tab-3">Tab 3</a></li>
<li><span class="next">Next Tab<span></li>
<li><span class="prev">Prev Tab<span></li>
</ul>
<div id='tab-1'></div>
<div id='tab-2'></div>
<div id='tab-3'></div>
</div>
I also tried using trigger, but it doesn't work when I put the trigger button inside <ul> tab navigation.
Any thoughts?
Thank you.
Hi there,
Is there any way to put control link inside
<ul>tab navigation? So the HTML will be like this:I also tried using
trigger, but it doesn't work when I put the trigger button inside<ul>tab navigation.Any thoughts?
Thank you.