Skip to content

Instantly share code, notes, and snippets.

@zackkitzmiller
Created February 16, 2010 22:07
Show Gist options
  • Save zackkitzmiller/305994 to your computer and use it in GitHub Desktop.
Save zackkitzmiller/305994 to your computer and use it in GitHub Desktop.
$('.dropdown a').click(function() {
$(this).parent().next().toggle();
return false;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment