jsor / jcarousel

Riding carousels with jQuery.
https://sorgalla.com/jcarousel/
MIT License
1.99k stars 736 forks source link

0.2 to 0.3 upgrade problem #710

Closed spb1 closed 10 years ago

spb1 commented 10 years ago

Hi, I updated from v0.3.0-beta.2 to v0.3.1 and I am having trouble with some code that worked in the previous version but that after the upgrade. The code is jQuery('.messageArea').on('active.jcarouselcontrol', function() { ...//update message/etc function }); I changed the event to 'jcarouselcontrol:active' but the event never triggers, no errors though. Is there something simple I'm missing for this? Thanks for your help

jsor commented 10 years ago

I cannot help without a reproducible test case.