Open GoogleCodeExporter opened 9 years ago
First carousel is working with links, but when i click on the next or prev
links of
second carousel, the script adds to them the "carousel-disabled" classname and
they
not working
Original comment by ilan...@gmail.com
on 18 Dec 2009 at 2:21
The second carousel works with auto mode but not with next-previous links
Original comment by ilan...@gmail.com
on 18 Dec 2009 at 2:29
Did it myself, must define controlClassName in options to make it work
Original comment by ilan...@gmail.com
on 18 Dec 2009 at 8:57
I ran into this issue because the class names of my "jumper" links were
different. You can either add the jumperClassName option, or give them the same
class 'carousel-jumper' (the default) and use different selectors (e.g.
$$('#area1 a.carousel-jumper') and $$('#area2 a.carousel-jumper')
Original comment by cou...@gmail.com
on 11 Nov 2010 at 4:33
Original issue reported on code.google.com by
ilan...@gmail.com
on 18 Dec 2009 at 2:08