jsor / jcarousel

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

callback-function itemLoadCallback in jcarousel 0.3.1 #709

Closed Feduch closed 10 years ago

Feduch commented 10 years ago

Hi,

I try use itemLoadCallback, but not work.

jQuery(document).ready(function() { jQuery('#mycarousel').jcarousel({ itemLoadCallback: itemLoadCallbackFunction }); });

function itemLoadCallbackFunction(carousel, state){ console.log(1); };

jsor commented 10 years ago

itemLoadCallback is from 0.2 and doesn't exist in 0.3.