Looking to implement a tab menu above my Carousel that will correspond to different packages within the carousel when clicked.
Additionally, I want the tabs to adjust accordingly when the carousel is swiped, ensuring that the active tab reflects the current package in view.
Despite creating a working demo, I'm stuck on how to link the tabs and carousel together.
Here is a link to my demo and code snippet: - http://jsfiddle.net/jnYs7/
<ul id="navlist">
<li>BASIC</li>
<li class="activeStep">STANDARD</li>
<li>SUPER</li>
<li>ANTOHER</li>
</ul>
Using the following plugin:
Appreciate any assistance. Thank you