Skip to content

Instantly share code, notes, and snippets.

@Macagare
Created February 20, 2019 16:22
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 Macagare/d6d4b2537e53f4d71da4064ff998273b to your computer and use it in GitHub Desktop.
Save Macagare/d6d4b2537e53f4d71da4064ff998273b to your computer and use it in GitHub Desktop.
$(function(){
$("button.navbar-toggle").removeAttr( "data-toggle" );
$("button.navbar-toggle").click( function(){ $("#navbar-collapse-1").toggleClass("in"); } );
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment