I feel like I have to use way too many .children() in some of my jQuery functions.
.children()
Here\'s my HTML:
.find('.goal-content .goal-row .goal-action').whatever()
or more simply:
.find('.goal-action').whatever()