2

Basically, I want to display a "submenu" on click, when user click on a menu the corresponding submenu will display, not by "hover" which is set as defalut by bootstrap.

bootstrap demo http://twitter.github.com/bootstrap/components.html#dropdowns (scroll to Sub menus on dropdowns)

Any ideas?

madth3
  • 7,275
  • 12
  • 50
  • 74
蒋艾伦
  • 464
  • 1
  • 5
  • 16
  • This question was answered in another post: http://stackoverflow.com/questions/17386993/twitters-bootstrap-dropdowns-with-click-event example: http://bootply.com/79868 – Grinn Sep 10 '13 at 16:42

1 Answers1

-3

I was looking at exactly the same thing and it seems that this is not possible at the moment. We should keep an eye out for possible future corrections.

TitanKing
  • 61
  • 3
  • http://stackoverflow.com/questions/17386993/twitters-bootstrap-dropdowns-with-click-event It looks like there actually is a way. – Steven Rogers Dec 16 '14 at 00:16