jquery menu ul li

Posted by eyalb on Stack Overflow See other posts from Stack Overflow or by eyalb
Published on 2010-04-28T09:54:40Z Indexed on 2010/04/28 10:03 UTC
Read the original article Hit count: 146

Filed under:

i have a tree menu that i need to open on specific branch.
1. on click on an A element i open the all next UL. now i want to close all other UL exept the ones that are parents of the A element.

  1. i want to write a function that will get an argument that is a A ID and will open the menu in the right place.

example of my code

© Stack Overflow or respective owner

Related posts about jquery-selectors