Skip to content

Instantly share code, notes, and snippets.

@gvidon
Created June 20, 2014 19:12
Show Gist options
  • Save gvidon/6ed0eb70a9310a0d2e9a to your computer and use it in GitHub Desktop.
Save gvidon/6ed0eb70a9310a0d2e9a to your computer and use it in GitHub Desktop.
$('.option').addClass('active')
.siblings().removeClass('active')
.parent().addClass('expand');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment