Re: [jQuery] Re: Help on Independent DIV's that toggle!!

2010-01-01 Thread Karl Swedberg
Šime, Sorry, but I agree with Scott for the most part. On Jan 1, 2010, at 10:55 AM, Šime Vidas wrote: So, you are: 1. going against the standard (misusing the A) Easily solved by adding a hash identifier: More Details Additional content More additional content

Re: [jQuery] Re: Help on Independent DIV's that toggle!!

2009-12-30 Thread Erik R. Peterson
Wow... I'm just now getting back to this and I am totally messed up. I never thought it would be such a challenge. I thank you. Erik On Dec 30, 2009, at 12:40 PM, brian wrote: > On Tue, Dec 29, 2009 at 11:11 PM, Erik wrote: >> Brian, >> >> It looks like you just added $(this).next >> >

Re: [jQuery] Re: Help on Independent DIV's that toggle!!

2009-12-30 Thread brian
On Tue, Dec 29, 2009 at 11:11 PM, Erik wrote: > Brian, > > It looks like you just added  $(this).next > That, and used class names in the selector, rather than a unique ID, so that it operates on a set of elements. Using next() assumes that each link comes just before the div that it should toggl