3
I’m trying to modify a configuration of a sister div, but I’m having a hard time finding
the correct selector to use, I know that html works as a tree and, usually when I need to select
a higher element using the parent()
and when it comes to an inferior I use the find()
.
How would it be to select one of the same level?
Post the structure that is to be easier to help you. Take advantage and make a [tour] and better understand how the site works.
– Randrade