Skip to content

Instantly share code, notes, and snippets.

@tivac
Created May 3, 2010 18:10
Show Gist options
  • Save tivac/388388 to your computer and use it in GitHub Desktop.
Save tivac/388388 to your computer and use it in GitHub Desktop.
$(this).parent().parent().parent().children('li.open').children('p.content').slideUp('500');
$(this).parent().parent().parent().children('li.open').removeClass('open');
$(this).parent().parent().children('p.content').slideDown('500');
$(this).parent().parent().addClass('open');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment