Oh man, I\'ve been tearing my hair out over this. 4 hours on a dropdown.
I\'m using Twitter Bootstrap.
The fixed nav at the top has a dropdown, pretty standard s
Nothing worked for me, except this:
$('.dropdown-menu li a').on('click', function(e) { $('.dropdown-toggle').dropdown('toggle'); e.stopPropagation(); });