Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Put control link inside <ul> tab navigation #60

Open
rizqinizamil opened this issue Dec 5, 2018 · 0 comments
Open

Put control link inside <ul> tab navigation #60

rizqinizamil opened this issue Dec 5, 2018 · 0 comments

Comments

@rizqinizamil
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant