Closed Feduch closed 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); };
itemLoadCallback is from 0.2 and doesn't exist in 0.3.
Hi,
I try use itemLoadCallback, but not work.
jQuery(document).ready(function() { jQuery('#mycarousel').jcarousel({ itemLoadCallback: itemLoadCallbackFunction }); });
function itemLoadCallbackFunction(carousel, state){ console.log(1); };