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
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