Skip to content

Put control link inside <ul> tab navigation #60

@rizqinizamil

Description

@rizqinizamil

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions