Bootstrap button dropdown: http://twitter.github.com/bootstrap/components.html#buttonDropdowns
When i select a button dropdown, i would like to use keyboard up/down
Possible reasons that this may not work in some cases:
or a for .dropdown-toggle. Make it a and it will work. Strange enough, not even this kind of element works: span.btn.btn-default.
- Make sure your
element inside each have an attribute of href="#" or href="" or generally has the attribute defined.
- Make sure you have the
role="menu" on the .dropdown-menu element.