Search code examples
jquerytabsjquery-tools

JQuery Tools Tabs Behaving Erratically On Hover


I am trying to use JQuery tabs to build a content area that will change when hovering over a tab to the right, and also auto rotate when not hovering over the content area or tabs. I have everything working for the most part as long as I don't quickly hover across multiple tabs. It seems to break and causes the auto rotate to start skipping through tabs erratically.

Here is what I am doing:

http://outreachi.com/marketing/2012/1212_tabtest/nav.htm


Solution

  • According to the demo, they use event: "mouseover" instead of hover, have you given this a try?