Skip to content

Instantly share code, notes, and snippets.

@seabrizz
Last active September 22, 2016 08:48
Show Gist options
  • Save seabrizz/8764a53be8ed5449ca1a5bd37da90460 to your computer and use it in GitHub Desktop.
Save seabrizz/8764a53be8ed5449ca1a5bd37da90460 to your computer and use it in GitHub Desktop.
button menu
$(".bttn").click(function(){
$(".menu").slideToggle();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment