Skip to content

Instantly share code, notes, and snippets.

@daytonn
Created July 1, 2013 15:24
Show Gist options
  • Save daytonn/5901804 to your computer and use it in GitHub Desktop.
Save daytonn/5901804 to your computer and use it in GitHub Desktop.
Named event callback
function togglePanel() {
$(".panel").slideToggle();
}
$('.arrow').click(togglePanel);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment