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
The easiest way to do this is: you add a hide label:
then everytime you want to hide dropdown, you call:
$(".hide_dropdown").trigger('click');