[jQuery] Re: Find reverse? Parent?

2009-08-31 Thread donb
In this case the DIV is a sibling, not a parent, of the . So you want to select on that. If the HTML is complete as you show it, the selector needed is simply the .prev() of your On Aug 31, 2:36 pm, Jottae wrote: > Hi guys. > > I am wanting to click the link with the class "test" the function

[jQuery] Re: Find reverse? Parent?

2009-08-31 Thread #micah
maybe $(this).prev(".picture").append( On Aug 31, 2:36 pm, Jottae wrote: > Hi guys. > > I am wanting to click the link with the class "test" the function > append href taking the (already up and running) appears in the > "picture" div, but only in the same div "lol" where there is also a >