Skip to content

Instantly share code, notes, and snippets.

@dacur
Created October 24, 2014 17:36
Show Gist options
  • Select an option

  • Save dacur/7ed1dffffedbc6aaa02d to your computer and use it in GitHub Desktop.

Select an option

Save dacur/7ed1dffffedbc6aaa02d to your computer and use it in GitHub Desktop.
Target child element in jQuery. Class '.fa-folder' is child of '#pleasantRT'. Removing opacity from child element.
$('#pleasantRT > .fa-folder').removeClass('opacity50');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment