Skip to content

Instantly share code, notes, and snippets.

@bitflower
Created April 23, 2015 20:14
Show Gist options
  • Save bitflower/02256864231e39e0fcf9 to your computer and use it in GitHub Desktop.
Save bitflower/02256864231e39e0fcf9 to your computer and use it in GitHub Desktop.
Hide Bootstrap Collapse menu on item click
Use default collapse.js methods:
$('.nav a').click(function(){
$('.nav-collapse').collapse('hide');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment