Created
October 24, 2014 17:36
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $('#pleasantRT > .fa-folder').removeClass('opacity50'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment