I'd like to use the autoscroll plugin for scrollable. I downloaded it, and it should be loaded when something like
$('.myclass').scrollable().autoscroll()
is called, but though scrollable is loaded, I continuously get the firebug error that the function with .autoscroll does not exist. So I guess that autoscroll is not compatible with the jquery_plugin version of scrollable. Is there any way to make use of it? Or is there any other way to accomplish autoscroll?