Skip to content

Instantly share code, notes, and snippets.

@Ataurr
Created September 6, 2015 08:06
Show Gist options
  • Save Ataurr/db958b9407453f08256a to your computer and use it in GitHub Desktop.
Save Ataurr/db958b9407453f08256a to your computer and use it in GitHub Desktop.
if ($(window).width() < 719) {
jQuery('.navbar-collapse a').click(function (e) {
jQuery('.navbar-collapse').collapse('toggle');
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment