-
Notifications
You must be signed in to change notification settings - Fork 118
Open
Description
it seems twitter bootstrap has the class="dropdown-menu"option.
But always when I add this class to an ul Element the whole content get's lost.
The dropdown.js is loaded correctly.
http://rc.getbootstrap.com/javascript.html#dropdowns
Twitter nested dropdown function:
http://rc.getbootstrap.com/components.html#dropdowns
My Demo Code looks like this:
<div class="dropdown">
<ul class="dropdown-menu" role="menu" aria-labelledby="dLabel">
<li>test</li>
<li>test</li>
<li>test</li>
</ul>
</div>
Metadata
Metadata
Assignees
Labels
No labels