jm wrote:
I was wondering if there was a way that I could have the jQuery tabs
plugin (http://stilbuero.de/jquery/tabs/) select a tab onmouseover.  I
didn't find anything when I tried a few searches here or on Google.

Thanks!

UI Tabs (Tabs 3) has that build-in:

$('ul#tabs').tabs({ event: 'mouseover' });

See http://docs.jquery.com/UI/Tabs



--Klaus

Reply via email to