Skip to content

Instantly share code, notes, and snippets.

@EminenceHC
Created September 8, 2015 17:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EminenceHC/ca5657d28b10f71a2e2b to your computer and use it in GitHub Desktop.
Save EminenceHC/ca5657d28b10f71a2e2b to your computer and use it in GitHub Desktop.
$(".desc-trigger").each(function() {
if ($(this).val == "1"){$(this).closest('.parent').find('.desc').show();}
else {$(this).closest('.parent').find('.desc').hide();}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment