var $tabs = $('#tabs > ul').tabs({
    event: 'mouseover',
    selected: null,
    fx: { height: 'toggle', opacity: 'toggle' }
}).mouseout(function() {
    $tabs.data('selected.tabs', null);
});


--Klaus



On Sep 19, 8:34 pm, DF <[EMAIL PROTECTED]> wrote:
> I have my tab function defined as:
>
> $('#tabs > ul').tabs({ event: 'mouseover', selected: null, fx:
> { height: 'toggle', opacity: 'toggle' }  });
>
> It does the mouseover and transition effects perfectly but I need it
> to close the visible tab when I mouseout from the tab group.  Right
> now the last tab viewed is staying on the screen.  Is this possible?
>
> Thank you very much as this will help me immensely!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to