Hi i have a jcarousel element on my page. The code is something like this:
<div id="one">
<Arrow><jcarousel><Arrow>
</div>
<More content>
<div id="two">
<Arrow><jcarousel><Arrow>
</div>
Whats i want it to do is when either of the two left or right arrows are pressed, both the carousels move.
Any help is much appreciated.