Skip to content

Instantly share code, notes, and snippets.

@koldovsky
Created October 2, 2017 16:04
Show Gist options
  • Save koldovsky/a6d59d84190d4395087a18fa5b4ba5eb to your computer and use it in GitHub Desktop.
Save koldovsky/a6d59d84190d4395087a18fa5b4ba5eb to your computer and use it in GitHub Desktop.
boostrap 4 navbar collapse
$(function() {
$('.navbar-nav>li>a').on('click', function() {
$('.navbar-collapse').collapse('hide');
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment