The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
7answers
21 views

Get the siblings content Jquery

Below is my code, my goal is when the user click the <a> I want to alert the content on class='sibling_3' which is 'Hello'. <td class="sibling_1"> <a href="#">Click ...
1
vote
3answers
33 views

How to get the parents siblings content Jquery

Below, is my code. My goal is, when the user clicks the <a> tag which is in 'siblings_2'. I want to alert the 'Hello' which is in 'sibling_1' content. How can I achieve this? <div ...
1
vote
2answers
58 views

Using XPath - How do I select/count immediate siblings?

I am trying to compound immediate following siblings with the same values together. But I am having trouble to select only the IMMEDIATE siblings. Input: <ROWS> <ROW> ...
0
votes
3answers
31 views

Change other list items' CSS when hovering an item

How to change the other items' CSS when hovering a list item? I mean, when i hover Item 1 i want the others to have, lets say, lover opacity to make an highlight effect. I'd prefer pure css but if ...
0
votes
2answers
23 views

Select children and siblings of :not selector

I would like to style everything in a document like this: body * { color:#000; } But I would like to exclude the style from a certain div and everything that it holds, so I tried the not selector ...
0
votes
0answers
24 views

jQuery: slideDown, siblings and slideUp

I'm kind of new to jQuery so my apologies if my explanation isn't very clear. Anyways, I'm trying to make a menu that will slideDown the content of the clicked a and slideUp the content of all the ...
1
vote
1answer
29 views

Toggle siblings with jquery

I have problems with toggle() in jquery. See http://jsfiddle.net/rch7L/. When clicking a level-1 header it does exactly what it should, but when clicking a level-2 header it opens all level-3 row and ...
-1
votes
1answer
71 views

Xpath get distinct nodes using preceding-sibling

I need to get distinct values //name() withount distinct-values(//*/name()) I tried do like this, but its dosent work. //*/name()[.!=//preceding-sibling::*] How can i repair it?
0
votes
2answers
55 views

jQuery toggle img with siblings

I want to make radio buttons with my images. So i define my div like this: <div id="LabBox"> <img class="dlike" alt="dlike" src="images/dlike_OFF.png"/> <img class="check" ...
1
vote
6answers
115 views

How can I access these elements using jQuery to add and remove a class on click?

I have many of these unordered lists which are being dynamically created through a for loop. The problem is that I haven't been able to target ONLY the elements in this ul, it has been changing the ...
0
votes
3answers
50 views

Hiding Siblings

$('#navigation li.parent').mouseover(function () { $('#news-ticker').hide(); $('ul.child', this).slideDown(); }); $('#navigation .child').mouseleave(function () { setTimeout(function(){ ...
0
votes
1answer
27 views

XPath selecting explicit element comparing on value

This is what I have tried so far.. //div[@id='information']//div[div=='Site'] //div[text()='Site']//span//a[@href] I am fiddling with an XPath expression but it´s not working out. I want to select ...
1
vote
1answer
21 views

Access Siblings by Sender

I have two tabs in a tab control which basically have the same controls. Here's an example in which both tabs have in common: GroupBox DataGridView Button1 Button2 On my click event of Button2 I ...
0
votes
1answer
86 views

Hovering over sibling stops hover effect

So I have two colour images that when hovered will turn the other to greyscale (there is a black and white copy of each image sitting directly behind) by changing the opacity to 0. This works fine. ...
0
votes
1answer
76 views

Jquery dynamically generated content sibling issue

I'm getting close to the solution I'm looking for, but have one more issue that's giving me fits. Here is my fiddle: (http://jsfiddle.net/CjHAD/10) I need to clean this up so that when red click div ...
2
votes
3answers
64 views

jQuery - targeting Sibilings , Parents , Descendents and other family animals

I had a small markup test for toggling a div . A (working) mockup can be found here : http://jsfiddle.net/obmerk99/d78aF/1/ The problem is , that I need the Hide / Show link to be placed in ANOTHER ...
0
votes
1answer
58 views

Show a sibling element when an <a> tag has class .selected

I am working with a basic content slider (Featured Content Slider from Dynamic Drives). When one of the links is active, I would like a small arrow to appear next to it. When the link is active, ...
0
votes
1answer
79 views

Navigating through Wordpress sibling pages using functions.php

I'm trying to find a way to get through sibling pages on my wordpress hosted site. After a bit of searching I found this to put into my functions.php: function siblings($link) { global $post; ...
1
vote
0answers
390 views

jQuery Multiple Slide Out Menu - Each Unique vs. Identical Siblings

I'm trying to simplify my code by using .next() sibling rather than unique IDs for each slide out menu. However, I can't seem to get the code right when having each slide out menu the .next() sibling ...
3
votes
2answers
75 views

Grouping Siblings into a div

I am working for a company that is using a very oddly coded ecommerce solution. I do not have direct access to the code of the ecommerce store as it is hosted by that specific company. I would do away ...
0
votes
3answers
174 views

Closest/Sibling with jQuery on this navigation menu

I have most of this working - the sections expand when clicking a heading (for example, Business Jet Traveler). What I am struggling with is this - when you expand a different section, THEN click on ...
3
votes
3answers
121 views

How to remove class for all parent children?

I have a simple list and i need to remove style selected by clicking on firs element. Can someone provide some info? HTML: <ul id="select-list"> <li value="null">All</li> ...
0
votes
2answers
50 views

When writing a jquery function? How can I go about adding:nth-child to $(this) inside the function?

I need to build navigation with jQuery by grabbing the current year making it the first nav element. Then building other list items to display the subsequent years... my problem is targeting the ...
1
vote
1answer
203 views

jQuery select menu show siblings with same ID hide other siblings

I have a select menu that shows or hides list items depending on ID. Except my list has multiple LI's with the same ID value. This only shows the first LI in the list with the matching ID value. ...
0
votes
2answers
111 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 ...
3
votes
4answers
213 views

Retrieving data from siblings to node that match

I'm iterating through a xml doc with SimpleXML. I have an array ($ids) with id's and I'm checking whether there's a match or not in the XML (Worksheet/Table/Row/Cell/Data). If it's a match I want to ...
0
votes
4answers
111 views

Get a sibling from given node

I have this XML file: <material> <item> <name>theName1</name> <val1>1.1</val1> <val2>2.5</val2> ...
0
votes
2answers
326 views

How not to uncheck parent's checkbox if one of the target checkbox's siblings is checked

How can I not to uncheck parent's checkbox if one of the target checkbox's siblings is checked? Below is the code I modified from this answer. $(document).ready(function() { ...
3
votes
2answers
507 views

Xpath get value from parent node of siblings

Currently I have some xml structure like this: <element type="Input" name="nationality"> <property i18n="true" text="Nationality" prefix="person.nationality." ...
0
votes
1answer
152 views

Toggle text sibilings when you slideToggle and toogle text

When clicking a button I would like the text to toggle and say "read more" or "read less". If I click an other button, I would like the previous button go back to its original text "read more" HTML: ...
0
votes
1answer
146 views

Slide Toggle next sibiling div from div inside parent div

I would like to toggle content from my class "acontent" depending on which "abtn" I clicked on. My Html: <div class="accordion"> <div class="abtn"> <input id="A-1" type="radio" ...
4
votes
2answers
70 views

Remove closest empty siblings

Let's say I have the following markup: <p></p> <p>not empty</p> <p>not empty</p> <p></p> <div class="wrapper"> // more content inside ...
0
votes
5answers
150 views

Can't get the siblings value within a html table with jQuery

I have a 5 x 5 table. Each cell is an asp.net textbox. I want to get al the 5 textbox values of the last row with a non empty textbox. For example: This should get HELL O MY FRIE ND But I get all ...
1
vote
5answers
74 views

Selecting top level siblings without assigning a class to them

I am trying to select top level siblings using jquery. I can't use class names which has made the task more difficult. <ul> <li> <a href="index.html">1</a> ...
-2
votes
4answers
67 views

Building a toggler in jQuery

Im trying to build a toggler based on this one http://jsfiddle.net/Adib/fZc3L/ The problem is that i still can't find the right siblings to be toggled on click, <aside class="aside"> ...
2
votes
2answers
94 views

Hiding siblings if none are visible

I have the following, would be great if someone could help.. $(".brand-nav").click(function(e){ var type = $(this).attr( id ); $('.article').hide(); $('.' + type).show(); ...
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 ...
1
vote
3answers
72 views

How can I use jQuery to select a child tag of every sibling?

HTML: <tr> <td><div class="color">Stuff</div></td> <td><div class="color">Stuff</div></td> // etc. </tr> <tr> ...
-1
votes
2answers
89 views

xslt add subsequent elements to existing elements [closed]

Hi I have tried for many days to use xslt to what seamed like a simple task to read an xml file that has a series of nodes as categories consistently followed by nodes called "Segments" and make the ...
0
votes
1answer
144 views

Regular expression test (or match) an object and its siblings using javascript and/or jQuery [closed]

Using javascript and/or jQuery, how do I test/match an object AND ALL of it's siblings? I'm not a programmer, so take it easy on me. Thanks in advance. :) // Make an array of the checked inputs ...
1
vote
3answers
587 views

XSLT merging/concatinating values of siblings nodes of same name into single node

Input xml <catalog> <product id="1"> <name>abc</name> <category>aaa</category> <category>bbb</category> ...
0
votes
1answer
61 views

Jquery Returning values to original

So my script works perfectly, but here is the issue, I have buttons (Sprite action here) that are 40px height, but the top 20 only shows perfectly. When you click the button ie img the bottom 20px ...
0
votes
0answers
159 views

html agility pack, getting data from node depending on previous sibling

I'm trying to make a WPF Application, the idea is that I get links from a website to populate a navigation structure inside the WPF Application. <div class="navigation"> <ul ...
0
votes
2answers
100 views

Replace siblings in an xml file using python

I would like a way of changing the status of watched movies in YAMJ's xml files. I can provide baseFilenameBase, fileLocation and fileURL. I nned to change the two watched eleiments to true. ...
1
vote
2answers
314 views

In jQuery, to select the nth sibling of a node, is .next() chained n times or .nextAll(':eq(n-1)') faster?

Assuming there are an arbitrary number of siblings of a node, and I wanted to select the nth sibling of that node, should I be using .next() chained up n times, or should I just use a single call to ...
0
votes
3answers
965 views

jQuery to find nearest Div of Parent

I am trying to learn jQuery with the following scenario. For this, I tried the following jQuery after reading multiple SO questions; but it did not work ...
0
votes
2answers
90 views

Creating hover and current page states with sibling elements

I have animated nav buttons and can actually set everything with css with the exception of one element. An arrow. Here's the actual live page. http://sclarkstudio.com/testing/mm/index.htm I'm trying ...
0
votes
1answer
476 views

xsl - last preceding sibling

I am stuck with a logic related to preceding sibling, Trying to keep XML simple . <order> <orderList> <itemid><id>100</id></itemid> ...
0
votes
1answer
495 views

Find next siblings until a certain one using beautifulsoup

The webpage is something like this: <h2>section1</h2> <p>article</p> <p>article</p> <p>article</p> <h2>section2</h2> ...
0
votes
3answers
105 views

Javascript/Jquery: Cannot target Sibling Node in Table

I have a function that hides/shows a table by clicking on it's header which is contained in a <thead> tag. When clicked the table hides and all that is left is the header, which, by clicking again, ...

1 2 3