Skip to content

Instantly share code, notes, and snippets.

@ryanfitton
Created August 24, 2014 20:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryanfitton/642f4714c7b18c1e71b6 to your computer and use it in GitHub Desktop.
Save ryanfitton/642f4714c7b18c1e71b6 to your computer and use it in GitHub Desktop.
Toggle Class for Bootstrap navigation buttons
$('.navbar-toggle').click(function () {
$('.navbar-toggle i').toggleClass('fa-bars fa-times');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment