简体   繁体   English

手风琴菜单引导

[英]Accordion menu bootstrap

I have this bootstrap menu and wanted to make it function as an accordion. 我有这个引导程序菜单,想使它充当手风琴。

If you click on "main level" and its expanded, clicking on any other "main level" open would close the open one. 如果单击“主要级别”并将其展开,则单击任何其他“主要级别”打开将关闭打开的级别。

Here is a working example: http://www.bootply.com/HNSXXvcmZJ 这是一个工作示例: http : //www.bootply.com/HNSXXvcmZJ

$('.tree-toggle').click(function () {
$(this).parent().children('ul.tree').toggle();});$(function(){$('.tree-toggle').parent().children('ul.tree').toggle();})

Bootstrap has its own accordion. Bootstrap有自己的手风琴。 Did you give it a try? 你试过了吗? http://getbootstrap.com/javascript/#collapse-example-accordion http://getbootstrap.com/javascript/#collapse-example-accordion

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM