Having an issue with a drop-down inside a dropdown login menu using the twitter bootstrap framework. The second dropdown for the login box is not working. Is it possible to include a split button dropdown inside a dropdown like in the example below.
See this fiddle here.
When you clicked on second drop-down button, jQuery plugin “bootstrap-dropdown.js” hides all elements with class “open”.
You need to edit file “bootstrap-dropdown.js” (http://twitter.github.com/bootstrap/assets/js/bootstrap-dropdown.js) and rewrite function clearMenus().
Find next code in this file:
and replace it with:
Find line clearMenus() near:
Replace line
clearMenus()withclearMenus($this).Here jsFiddle example: http://jsfiddle.net/BMBc3/