I\'m using a Bootstrap responsive navbar. When the navbar is collapsed and I open the menu and click on a menu item, the menu doesn\'t close automatically, and I have to do
Working solution for bootstrap 3
$('.navbar-collapse a').click(function(){ $(".navbar-collapse").collapse('hide'); });