Skip to content

Instantly share code, notes, and snippets.

@badcrocodile
Created October 10, 2013 20:23
Show Gist options
  • Save badcrocodile/6924948 to your computer and use it in GitHub Desktop.
Save badcrocodile/6924948 to your computer and use it in GitHub Desktop.
jQuery(document).ready(function($) {
$('.droplink').click(function() {
$(this).children().slideToggle();
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment