[jQuery] Re: Multiple Instances of the same effect without unique IDs

2008-07-16 Thread Joe S
link $(this.parentNode).find('.extraContent').slideToggle(); }); On Jul 16, 12:09 pm, Joe S <[EMAIL PROTECTED]> wrote: > OK, spoke too soon... on further testing, I'm getting an unintended > (but really stupid, on my part) side effect... > > if i put another anchor

[jQuery] Re: Multiple Instances of the same effect without unique IDs

2008-07-16 Thread Joe S
istening for (the click of the [Title]) or ignore clicks within the extraContent (again, without resorting to unique IDs for each row)? --joe On Jul 16, 8:59 am, Joe S <[EMAIL PROTECTED]> wrote: > Hi Karl, > Thanks so much for the help - it definitely got me in the right > dire

[jQuery] Re: Multiple Instances of the same effect without unique IDs

2008-07-16 Thread Joe S
> is in a span tag, I'd do something like this: > > $(document).ready(function() { >    $('td:first-child').click(function() { >      $(this).find('span').slideToggle(); >    }); > > }); > > --Karl > > Karl Swedbergwww.english

[jQuery] Multiple Instances of the same effect without unique IDs

2008-07-15 Thread Joe S
I know this has got to be in here somewhere; I'm not familiar enough with jQuery syntax to know what a valid search string is (i keep looking for EACH and THIS and MULTIPLE but I'm not returning anything useful). So I apologize that my noob stripes are showing through... I've got (basically) a ta