Bootstrap dropdown sub menu missing

后端 未结 7 1120
再見小時候
再見小時候 2020-11-22 04:09

Bootstrap 3 is still at RC, but I was just trying to implement it. I couldn\'t figure out how to put a sub menu class. Even there is no class in css and even the new docs do

相关标签:
7条回答
  • 2020-11-22 04:55

    I bumped with this issue a few days ago. I tried many solutions and none really worked for me on the end i ended up creating an extenion/override of the dropdown code of bootstrap. It is a copy of the original code with changes to the closeMenus function.

    I think it is a good solution since it doesn't affects the core classes of bootstrap js.

    You can check it out on gihub: https://github.com/djokodonev/bootstrap-multilevel-dropdown

    0 讨论(0)
提交回复
热议问题