Skip to content

Instantly share code, notes, and snippets.

@nadavspi
Created February 25, 2015 22:51
Show Gist options
  • Select an option

  • Save nadavspi/4a2e22235ad166a777e5 to your computer and use it in GitHub Desktop.

Select an option

Save nadavspi/4a2e22235ad166a777e5 to your computer and use it in GitHub Desktop.
$j(this).on('click', function () {
$j(this)
.toggleClass('active')
.next()
.toggleClass('no-display');
});
// Hide the content
$j(this).next().addClass('no-display');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment