[jQuery] Re: Add class (highlight) to link if other element has given attribute

2008-10-25 Thread jlgoolsbee
Yeah; it's a different approach than what I was thinking, but from the looks of it this is probably the right way to go. I'm new to jQuery, and my javascript skills are a little rusty, but let me give this approach a try. Thanks! On Oct 25, 3:23 pm, ricardobeat <[EMAIL PROTECTED]> wrote: > So

[jQuery] Re: Add class (highlight) to link if other element has given attribute

2008-10-25 Thread ricardobeat
Something like this: http://jsbin.com/evoge/ ? - ricardo On Oct 25, 4:58 pm, jlgoolsbee <[EMAIL PROTECTED]> wrote: > I guess I should mention; when I say that I need to highlight the > links on-load, I mean that I need to highlight the link of the > corresponding iframe.  That might have been im

[jQuery] Re: Add class (highlight) to link if other element has given attribute

2008-10-25 Thread jlgoolsbee
I guess I should mention; when I say that I need to highlight the links on-load, I mean that I need to highlight the link of the corresponding iframe. That might have been implied, but clearing it up just in case.