jCarousel with Multiple Next Buttons
I'm working on a jCarousel layout where I would like to add additional next buttons. The standard jCarousel layout provides one next button and one previous button. I would like to tie the next() event to another div on the page, allowing the user two ways to advance the carousel. I'm having trouble trying to do so. Any thoughts? Thanks!
Sample layout:
<div>
<ul id="mycarousel" class="jcarousel-skin-name">
<!-- list of images -->
</ul>
</div>
<div>
<p>Check out my list of images above. Click <a class="other-next-button">NEXT</a> to advance.</p>
</div>