jQuery-UI-Tabs-Rotate icon indicating copy to clipboard operation
jQuery-UI-Tabs-Rotate copied to clipboard

using rotate with mouseover event returns error in plugin

Open markusfalk opened this issue 12 years ago • 2 comments

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);

markusfalk avatar Aug 08 '13 13:08 markusfalk

:(

markusfalk avatar Aug 22 '13 07:08 markusfalk

Yeah, that's weird. Are you using the recommended https://github.com/cmcculloh/jQuery-UI-Tabs-Hover plugin?

cmcculloh avatar Aug 22 '13 15:08 cmcculloh