Skip to content

Instantly share code, notes, and snippets.

@fethica
Created November 23, 2013 02:29
Show Gist options
  • Select an option

  • Save fethica/7610013 to your computer and use it in GitHub Desktop.

Select an option

Save fethica/7610013 to your computer and use it in GitHub Desktop.
Bootstrap: Responsive navbar collapse for single page applications
$('.navbar a.navbar-link').click(function() {
var navbar_toggle = $('.navbar-toggle');
if (navbar_toggle.is(':visible')) {
navbar_toggle.trigger('click');
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment