Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有这个代码:http: //jsfiddle.net/a9GUX/
例如,当菜单“一”打开时,人点击菜单“四”,菜单一自动关闭。我做了一些测试,但有些什么都不做,有些则打开所有/关闭所有。
提前致谢。
添加这一行
$(this).siblings('li').children('ul,p').slideUp('slow');
演示