The term "sibling" refers to a kind of relationship between two items in a tree structure. Two items have the sibling relationship if they both have the same parent.

learn more… | top users | synonyms

0
votes
1answer
66 views

Querying sibling XML nodes only inside a parent node

This might be a basic question but I am new to querying XML files in C#, so any help will be appreciated.. I have this XML file: <?xml version="1.0" encoding="utf-8"?> <StatementList> ...
0
votes
3answers
31 views

Modify img sibling after selecting an option

I cannot figure out how to compress this code to make it DRY. It works fine with different elements or when repeating code, but I want to keep it clean. This is the html: <div class = "face ...
2
votes
2answers
79 views

XSL 2.0: count total number of unique values

Here is my xml: <?xml version='1.0' encoding='UTF-8'?> <wd:Report_Data xmlns:wd="urn:com.workday.report/CR-INT034-ADP-Garnishment_Disbursements_File-Outbound2"> <wd:Report_Entry> ...
0
votes
2answers
21 views

Access Sibling Class Method

I'm working on a basic MVC for practice, but I get this error: Fatal error: Call to a member function run() on a non-object in Router.php on line 5 What am I doing wrong? Core: <?php class ...
1
vote
2answers
51 views

Jquery parent sibling reset css

I wanted to create a list of buttons(3) Which act as follows 1) Change background and color on mouse enter and Reset to basic style on mouse leave. 2) Change Background and color on Click. 3) act as ...
1
vote
1answer
21 views

Select immeditely following XML elements of the same element with XPath

given the following XML snippet: <?xml version="1.0" encoding="UTF-8"?> <RootNode> <PR1>PR1</PR1> <ROL>one</ROL>* <ROL>two</ROL>* ...
1
vote
1answer
54 views

XSLT XPath Correct Syntax for adding an element to a preceding-sibling

Every time I try to do something similar to: <xsl:value-of select="wd:XMLNAME_57-Payment_Deducted+preceding-sibling::wd:Result_Lines/wd:XMLNAME_57-Payment_Deducted"></xsl:value-of> I ...
0
votes
1answer
36 views

JQuery next sibling with checkbox

I have code generated by a third party tool that looks like this: <tr id="abc0"> <td class="ABC" id="abc0_def"> <input onclick="..." type="checkbox" /> <td ...
0
votes
0answers
33 views

How to manage jQuery form input, related DOM as variable for use in a comparison

I have a form which works well with a server side script to add an item quantity to a shopping cart from a page of products. I want to add a feature to compare available inventory to quantity ...
1
vote
4answers
41 views

Style all siblings after anchor on hover

I'm trying to style all nodes after a <a> when it is hovered. The HTML code is <a href="#">test</a> <p>Is styles</p> <p>Is not styled</p> <p>Is not ...
0
votes
2answers
21 views

css: many sibling selectors on the same line

In my stilesheet I have something similar of what follows: h2.foo1 ~ p.bar1 { ... } h2.foo2 ~ p.bar2 { ... } h2.foo3 ~ p.bar3 { ... } Since the properties defined within brackets are the same ...
0
votes
1answer
44 views

jQuery - looking to show / hide toggle (using .previous) - where am I going wrong?

I am looking to do a simple show / hide toggle. When you click the what is the "add" div, it should show the previous sibling. However, despite this seeming so simple, it won't work. I can't figure ...
0
votes
2answers
47 views

List of anchors next being clicked not working

I have a list of anchor tags that each each the content in a div, I then have controls that can go back and forth through the content being loaded. But I can't get it to fire the click() on the next ...
0
votes
2answers
50 views

xpath text after strong element with following-sibling does not work

I checked almost every answer on the web and in many examples "following-sibling::text()[1]" is given as a correct answer to receive text after a strong-tag. I marked the text I'm interested in with ...
0
votes
3answers
63 views

siblings within a table in Jquery

I'm having a hard time trying to get this to work. Here's my html layout <td class="subpages-cell"> <span class="subpages-posts-image"> <a href=""> <figure ...
1
vote
1answer
115 views

Binding to a sibling's child element

I'm working on a UserControl (named DiagramControl) and have a problem. The UserControl's code is as follows: <UserControl> <Border> <Grid> <ScrollViewer ...
4
votes
1answer
97 views

Use jquery closest() to find closest element with a known sibling

I am trying to use the jquery closest command to find a particular element based on if the element has a particular sibling. I have been playing with different selectors but haven't been able to find ...
0
votes
1answer
80 views

Xpath selecting text() preceding br based on previous sibling text

I have this HTML code: <td width="220" align="left"> <b>Valor da Venda:</b> R$ 650.000,00<br> <b>Valor do IPTU:</b> R$ 0,00<br> ...
1
vote
1answer
109 views

CSS - Sibling selector not working in android?

This code works fine in Chrome on desktop, but not android stock browser: <!DOCTYPE html> <html> <head> <style type="text/css"> input:checked ~ span {color:red;} ...
2
votes
3answers
204 views

XPath select all text content for a <div> except for a specific tag <h5>

I searched and tried several solutions for this problem but none of them worked: I have this HTML <div class="detalhes_colunadados"> <div class="detalhescolunadados_blocos"> ...
1
vote
2answers
919 views

JQuery next() - Getting the next sibling using only classes

I'm trying to create something like a web accordion. Visual example: [TITLE DIV 1] [CONTENT DIV 1] [TITLE DIV 2] [CONTENT DIV 2] [TITLE DIV 3] [CONTENT DIV 3] I want to be able to toggle (jquery ...
0
votes
1answer
73 views

Select sibling values of HTML

Having troubling select the sibling values of my ListView with jQuery. Here is the jQuery syntax I'm trying but when I debug in firebug writing to console it says everything is undefined but when i ...
0
votes
3answers
136 views

jQuery when hover style prev and next siblings

I have a nav menu <ul> <li id="menu1">content</li> <li id="menu2">content</li> <li id="menu3">content</li> <li id="menu4">content</li> ...
0
votes
0answers
70 views

In a footer menu, how do I position footer submenus aligned to the top of the main footer menu?

I'm working on a website in wordpress and I have a footer menu that has submenus. I'm trying to get the submenus (that only show when you hover over the relevant main menu item) to display with the ...
4
votes
4answers
88 views

get nearby sibling in javascript

I have a certain DIV structure with an anchor tag in between somewhere. On click of the link, I need to fetch the value of another span element within the parent div and do something, (say, alert it). ...
2
votes
2answers
125 views

Move elements after sibling

I have hundreds of <div class="post"> next to eachother. New elements are updated via AJAX and put on top of the existing ones. Now there is a special <div id="ad1"> that I want ...
0
votes
2answers
120 views

Issue with jquery sibling fading other divs on hover

I found a working JSfiddle of what I am trying to accomplish here: http://jsfiddle.net/gdoron/YwKVt/3/ I have a foreach loop: <div class="box-product"> <?php $counter = 0; ?> ...
0
votes
0answers
21 views

Heelp General Sibling Selector not working seperately in Chrome

I need some help with my code. So I use a general sibling selector (~) which when I hover on "boxt", "pic" is meant to disappear and membername is suppose to move up. I have 10 of these group codes in ...
1
vote
2answers
96 views

Allow parent div to be stretched by some children, but not by others

I'm trying to create a column of content underneath a navbar, such that the content's width exactly matches the navbar's width. This is proving more difficult than I expected. Given something like ...
2
votes
2answers
238 views

jQuery : Select previous sibling of text node

Let's say we have the following HTML code: <div> Select Gender: <input type="radio" /> Male <input type="radio" /> Female </div> My goal is to check the ...
1
vote
1answer
311 views

jQuery two select menus show/hide list item by class

My recent question: jQuery select menu show siblings with same ID hide other siblings Allowed me to show/hide list items using select menu option values: http://jsfiddle.net/Z3Qgz/ If I add a second ...
0
votes
2answers
118 views

Jquery find a .parents() a tag and addClass

I have been trying to target a .parents() a tag I am using this code - $('#nav li li:has(a.current)').parents('li').find('a').addClass('current'); It does target the parents a tag and add the ...
-1
votes
2answers
31 views

Is it possible to make a child element into a sibling? [closed]

I have a div with two child elements (see code below). I want Both The first child, <img id="tree", and the second child, <section id="about" to be positioned relative to the div. However ...
2
votes
2answers
182 views

Python, lxml - get a sibling tag's (grand)child's text

I have an XML to parse which is proving really tricky for me. <bundles> <bundle> <bitstreams> <bitstream> <id>1234</id> ...
0
votes
1answer
119 views

Javascript JQuery Recursion

I am writing a javascript recursion function but in always gave me 0 value. Below is my code snippet and a screenshot showing the markup: getOdometerEnd: function(object){ var previous = ...
1
vote
1answer
80 views

Align a div to the bottom of a sibling div without knowing the sibling div's height

I want to align a div to the bottom of a sibling div without knowing the height of that sibling div. Here is the layout I'm working with: http://abbymilberg.com/sample-layout.html. I want to get the ...
0
votes
1answer
41 views

Target body with sibling

I have a HTML page with contents (div, h1, ...). With interaction on one of these contents I would like to affect my body. I look at ~ and + sibling symbol for CSS but without success. Is there a way ...
5
votes
4answers
140 views

CSS navigation list — next link selector sibling combinator

I am attempting to create a simple 3d effect on my nav buttons using border colors. My buttons are simply comprised of an unordered list with background color, border colors, and text padding, and of ...
3
votes
2answers
411 views

I need to get a list of sibling categories in magento 1.7

So far I think i am working at something like this <?php $parentId = $_category->getParentId(); $cats = Mage::getModel('catalog/category')->load($parentId)->getChildred(); $catIds = ...
0
votes
2answers
92 views

Is there an ALL siblings selector? [duplicate]

Possible Duplicate: CSS all inclusive sibling selector CSS3 has an adjacent sibling selector +, and a general sibling selector ~. Is it possible to select all siblings? (the "general" ...
0
votes
0answers
77 views

How to select a run of sibling elements with jQuery?

I'm working on a userscript to interact with a 3rd-party site so I have no control over how it does its layout. It has a list but what is visually each element in the list is not wrapped in a single ...
2
votes
1answer
107 views

Losing hover when moving mouse CSS

So, I'm a beginner with HTML and CSS and all that, and I've attempted to learn jQuery and JavaScript but no success just yet. Anyway, I wanted to hover over one place, and trigger a div elsewhere, so ...
0
votes
4answers
168 views

jQuery get ids of siblings

I'm trying to get ids of siblings. <ul> <li id="a1">a1</li> <li id="a2">a2</li> <li id="a3">a3</li> <li id="a4">a4</li> ...
1
vote
1answer
141 views

XSLT grouping child nodes for each sibling

I have been working with XSLT lately, but now I got to a new problem trying to group a new xml file. I can't work out how to put a scope on the grouping. I want to group the <Detail> inside ...
3
votes
1answer
445 views

Need a complex Xpath using sibling children, ancestors

I need to find attribute values based on other values pulled from parent's/grand-parent's sibling's children. I think it's going to take 2 different expressions. So given the following XML (which is ...
2
votes
1answer
650 views

Find duplicate sibling with xpath

How to find only nodes with at least a similar/equal sibling node using Xpath? For example: <root> <parent> <node>...</node> ...
3
votes
1answer
301 views

Change style of all other elements when one element is hovered

Let's say I have a bunch of divs at the same DOM level. When I hover over one, I want all the others to change style (ie. reduce opacity or change background), while the one that is hovered stay the ...
1
vote
2answers
193 views

How to use following-sibling xpath query with php?

XML: <Routes> <Route type="source" > <Table> <Tablename>incoming</Tablename> <Fields> <Fieldsname ...
1
vote
2answers
271 views

Get value of XML parent/ancestor using Xpath and PHP?

Let's say I have this XML: <Routes> <Route ref="timeconditions"> <Table> <Tablename>timeconditions</Tablename> <Fields> ...
0
votes
1answer
418 views

XPath: Get value of last sibling in a node

I am trying to create an XPath expression for use in MS InfoPath in order to retrieve the value of the last sibling in a node. (Hopefully I am phrasing this question correctly as I've barely ever used ...

1 2