Hi, I'm using this option to open programmatically a menu option by
getting the value from the url because I'm developing an ajax
accordion menu and works:
var menuItem=$("a[href="+menuSelected+"]");
$('#navigation').accordion( 'activate' , menuItem.parents
("ul").siblings(".head"));
what I'm trying to do is close that previous item when I click on
other menu items, is there an 'inactivate' method to close it?
Thanks
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---