Skip to content

Instantly share code, notes, and snippets.

@daytonn
Last active December 19, 2015 04:59
Show Gist options
  • Save daytonn/5901420 to your computer and use it in GitHub Desktop.
Save daytonn/5901420 to your computer and use it in GitHub Desktop.
callback with anonymous function
$(".arrow").click(function(){
$(".panel").slideToggle();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment