Add "height: toggle":
$('#tabs').tabs(({ fx: { height: toggle, opacity: 'toggle'} }));
--Klaus
On 5 Apr., 10:49, Arnold <[email protected]> wrote:
> Hello there!
>
> How can I put a slide-effect on my jquery-tabs?
>
> I am using the jquery UI. So in the <head> section I have:
>
> <script type="text/javascript" src="js/jquery-1.3.2.min.js"></script>
> <script type="text/javascript" src="js/jquery-
> ui-1.7.1.custom.min.js"></script>
>
> And in a seperate scripts.js I have:
> $('#tabs').tabs(({ fx: { opacity: 'toggle'} }));
>
> How do I change that so that the tabs slide in / and out?
>
> Kind regards
> Arnold
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---