I'm trying to modify a configuration of a sister div, but I'm having difficulty finding
the correct selector to use, I know that html works like a tree, and usually when I need to select
a higher element uses parent()
and when it is a lower one I use find()
.
How would you select a peer?