I have a twitter bootstrap dropdown inside a div with the plugin jOrgChart.
The problem I\'m having is that when I click the button to open the dropdown menu it also
If I understand correctly, you want to avoid closing menu.
$("div#chart .dropdown-menu li").bind('click',function (e) { e.stopPropagation(); },false);