Top "Siblings" questions

The term "sibling" refers to a kind of relationship between two items in a tree structure.

How to get all direct children of a BeautifulSoup Tag?

How to retrieve (not recursively) all children using BeautifulSoup (bs4) ? <div class='body'><span>A</…

python-3.x beautifulsoup siblings
jquery. how to get each siblings height?

I think this is very easy question for someone who is more experienced in Jquery. for example we have simple …

jquery height siblings
XSLT merging/concatenating values of siblings nodes of same name into single node

Input xml <catalog> <product id="1"> <name>abc</name> <category>aaa&…

xslt merge siblings
Select an element and its siblings

Toggling an element and its siblings can be accomplished as: $(this).toggle(); $(this).prev().toggle(); Combining them doesn't work: $(this,$(…

jquery jquery-selectors siblings
How can I show child element above parent element AND siblings of the parent element?

My question is related to this question: Show child element above parent element using CSS The response for that question, …

html css parent-child siblings
Gradle projects depending on artifacts created by sibling projects

I have this Gradle setup with four projects, a parent with three children, where a Java Servlet JSON 'backend' is …

dependencies gradle siblings
CSS adjacent sibling selectors - IE8 problem

I am creating a menu system using a UL/LI structure. I'm trying to use sibling selectors for hover/show-sub-menus. …

css siblings
CSS sibling selector on class names?

<div class="parent"> <div class="firstChild"></div> <div class="secondChild"></div&…

css dom siblings
Efficiently Detect When Sibling Elements Overlap

Example: <div id="big">&nbsp;</div> <div class="small">&nbsp;</div&…

jquery siblings
JavaScript equivalent to JQuery .next()

Is there a JavaScript method similar to jQuery .next()? I want to find the next element that has the class …

javascript next siblings