We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
it seems twitter bootstrap has the class="dropdown-menu"option.
class="dropdown-menu"
But always when I add this class to an ul Element the whole content get's lost. The dropdown.js is loaded correctly.
ul
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>
The text was updated successfully, but these errors were encountered:
Same here
Sorry, something went wrong.
+1 I use the same navigation as the sample from Bootstrap and don't get the dropdown showing. Here is the sample from Bootstrap I use:
http://twitter.github.com/bootstrap/examples/hero.html
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: