Reputation: 6365
Does Twitter Bootstrap 2.3.2 have something built in to do expand / hide nested side menus, or will It be better to do this using jquery (writing my own jquery)?
Upvotes: 3
Views: 2241
Reputation: 3821
I think it doesn't have any built in way to get similar behavior. I come across this implementation which doesn't require much custom code -
http://cssdeck.com/labs/twitter-bootstrap-plain-collapsible-tree-menu
It allows nested collapsable menu using bootstrap 2.3.x and jQuery snippet.
Upvotes: 1