[jQuery] jCarousel: more instances on one page

[jQuery] jCarousel: more instances on one page


Hi there,
sorry, I am not very familiar with JS. I am trying to attach a
jCarousel to more than one instance at a page.
I have in CSS one ID defined as <div id="mycarousel">... But I would
like to have more than one carousel on the page.
jQuery(document).ready(function() {
jQuery("#mycarousel").jcarousel({ [...]
Attaches the thing to the #mycarousel ID. But how can I attach it to
the IDs, say
#mycarousel_1
#mycarousel_2
#mycarousel_3
#mycarousel_4
Any help would be nice!
thank you!