Skip to content

Instantly share code, notes, and snippets.

@yagopv
Created March 15, 2013 11:17
Show Gist options
  • Save yagopv/5169147 to your computer and use it in GitHub Desktop.
Save yagopv/5169147 to your computer and use it in GitHub Desktop.
Close bootstrap nav on link click
$(".nav-collapse .nav li a").on("click", function() { $(".nav-collapse").collapse("hide"); });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment