How to make a 3-level collapsing menu in Bootstrap?

前端 未结 2 830
星月不相逢
星月不相逢 2021-02-04 01:12

I am trying to make a 3-level collapsing navbar menu for Bootstrap, but I can\'t open the third level.

This is the two level menu which I have:

2条回答
  •  无人共我
    2021-02-04 01:40

    Bootstrap 3 dropped native support for nested collapsing menus, but there's a way to re-enable it with a 3rd party script. It's called SmartMenus. It means adding three new resources to your page, but it seamlessly supports Bootstrap 3.x with multiple levels of menus for nested

      /
    • elements with class="dropdown-menu". It automatically displays the proper caret indicator as well.

      
         ...
         
         
         ...
         
         ...
      
      

      Here's a demo page: http://vadikom.github.io/smartmenus/src/demo/bootstrap-navbar-fixed-top.html

提交回复
热议问题