I need to start scroll when user hover. I take a function reference from the question this and this. I notice that even the callback function is not working with initCallback
option. Am I missing something or I forgot something to put in the code. Here is example of code fiddle
function mycarousel_initCallback(carousel)
{
carousel.clip.hover(function() {
carousel.startAuto();
}, function() {
carousel.stopAuto();
});
};