Skip to content

Instantly share code, notes, and snippets.

@marioflores
Created June 28, 2013 00:57
Show Gist options
  • Save marioflores/5881677 to your computer and use it in GitHub Desktop.
Save marioflores/5881677 to your computer and use it in GitHub Desktop.
Example onclick jQuery
$("#slideToggle").click(function () {
$('#slideTogglebox').slideToggle();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment