jQuery-UI-Tabs-Rotate
jQuery-UI-Tabs-Rotate copied to clipboard
using rotate with mouseover event returns error in plugin
I'm using the plugin with the event set to 'mouseover' which returns the following error:
TypeError: self.rotate is not a function self.rotate(0);
$('.tabs').tabs({
event: "mouseover"
}).tabs('rotate', 5000, true);
:(
Yeah, that's weird. Are you using the recommended https://github.com/cmcculloh/jQuery-UI-Tabs-Hover plugin?