Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Bootstrap dropdown within dropdown

Is it possible to make multi-level drop-downs with Bootstrap?

So that this would be the structure:

Dropdown:
  - First option
  - Second option
  - Another dropdown within this one
      - First option of the second dropdown
      - Second option of the second dropdown
  - Third option of the first dropdown

Is this possible?

like image 954
pangi Avatar asked Jul 05 '12 12:07

pangi


1 Answers

check this it may help you. some one also asked this question Twitter Bootstrap Multilevel Dropdown Menu

like image 163
Govind Malviya Avatar answered Sep 23 '22 00:09

Govind Malviya