Hi,
I'm trying to write a function within the onClick event of the carousel image to make it navigate to the next image. How should I invoke this method?
Cheers
Hi,
I'm trying to write a function within the onClick event of the carousel image to make it navigate to the next image. How should I invoke this method?
Cheers
Hi David,
Try:preAppery( "mobilecarouselName" ).carouselRoot.carousel( "next");/preOr:preAppery( "mobilecarouselName" ).carouselRoot.carousel( "previous");/pre
Perfect, thanks. I think I put the event on the carousel item, not the carousel itself.