Just trying to dive into jquery and forgive me if this has already been answered. Searched but couldn\'t find an example relevant to what I\'m trying to do.
I have a
What about removing this line
menu_ul.filter(':visible').slideUp('normal');
It would prevent to hide the inactive menus.
Give it a try and let us know.