Skip to content
Advertisement

Tag: siblings

Is there a way to select sibling nodes?

For some performance reasons, I am trying to find a way to select only sibling nodes of the selected node. For example, If I selected inner1 node, is there a way for me to access its siblings, inner2-4 nodes? Answer Well… sure… just access the parent and then the children. or… using jQuery: Edit: Cletus as always is inspiring. I

Advertisement