This is getting annoying — when I click on an item in a Bootstrap dropdown, the dropdown doesn\'t close. I have it set up to open a Facebox lightbox when you click the dropd
This is what worked for me:
$(this).closest(".dropdown").find(".dropdown-toggle").dropdown("toggle");