[jQuery] find dd's dt

2007-03-29 Thread Alexandre Plennevaux
hello! i guess i'm not too good in finding my way upwards in the DOM tree. I have a structure like this: dl#navigation dl#navigation dt dl#navigation dd ul li a.selected dl#navigation dt dl#navigation dd ul li a dl#navigation dt dl#navigation dd ul li a /dl all

Re: [jQuery] find dd's dt

2007-03-29 Thread Klaus Hartl
Alexandre Plennevaux schrieb: hello! i guess i'm not too good in finding my way upwards in the DOM tree. I have a structure like this: dl#navigation dl#navigation dt dl#navigation dd ul li a.selected dl#navigation dt dl#navigation dd ul li a dl#navigation dt

Re: [jQuery] find dd's dt

2007-03-29 Thread Jonathan Sharp
Or possibly something along the lines of $('a.selected').parents('dd').prev() -js On 3/29/07, Alexandre Plennevaux [EMAIL PROTECTED] wrote: hello! i guess i'm not too good in finding my way upwards in the DOM tree. I have a structure like this: dl#navigation dl#navigation dt