Something like this?

$("...").accordion({
  alwaysOpen: false
}).mouseout(function() {
  $(this).accordion("activate", false);
});

Jörn

On Tue, Dec 9, 2008 at 2:15 PM, Maikel Zwart <[EMAIL PROTECTED]> wrote:
>
> Hello I'm new to Jquery and working on an accordion menu (Jquery UI).
>
> The things is that I want it to close on mouse out.
>
> I hope that someone can help me...
>
> tnx in advance.
>
> greetings, Maikel
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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