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
I used
$('.multiselect').on('click', function (e) { $(this).next('.dropdown-menu').toggle(); e.stopPropagation(); });
This is similar to @Joe's answer, but a bit more generic