On Sep 4, 2:53 pm, "Andy Matthews" <[EMAIL PROTECTED]> wrote: > One issue though...$('#foobar') would only return the first occurrence of > foobar because it uses getElementbyID which returns the first occurrence. > That's desired behavior as there should only ever be one ID of a certain > name per page. Yes, $('#foobar') returns the 1st one, but you can have as many id="foobar" your applications needs and use this to find them all: $('[EMAIL PROTECTED]') -- HLS
- [jQuery] Re: Request: Quick tutorial on jQuery fil... Karl Rudd
- [jQuery] Re: Request: Quick tutorial on jQuery... Pops
- [jQuery] Re: Request: Quick tutorial on jQ... Karl Rudd
- [jQuery] Re: Request: Quick tutorial ... Joel Birch
- [jQuery] Re: Request: Quick tutor... Karl Rudd
- [jQuery] Re: Request: Quick tutor... Klaus Hartl
- [jQuery] Re: Request: Quick tutorial on jQ... Klaus Hartl
- [jQuery] Re: Request: Quick tutorial on jQ... Theodore Ni
- [jQuery] Re: Request: Quick tutorial on jQuery... Theodore Ni
- [jQuery] Re: Request: Quick tutorial on jQuery filtering/li... Pops
- [jQuery] Re: Request: Quick tutorial on jQuery filteri... Aaron Heimlich