Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save stanruss/76761394542ff62cbd9959a567ad3c99 to your computer and use it in GitHub Desktop.

Select an option

Save stanruss/76761394542ff62cbd9959a567ad3c99 to your computer and use it in GitHub Desktop.
Скрыть мобильное меню при нажатии на ссылку
$('.linkcollapse').on('click', function(){
$('.navbar-collapse').collapse('hide');
}); /* работает только с Jquery */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment