Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save staycreativedesign/c7958c08f016fd3245de8680f356c7b6 to your computer and use it in GitHub Desktop.
Save staycreativedesign/c7958c08f016fd3245de8680f356c7b6 to your computer and use it in GitHub Desktop.
$(function() {
$( ".challenge-container" ).click(function() {
var description = $(this).children('.description')
$( description ).toggle();
console.log( this )
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment