On 9/5/07, Pops <[EMAIL PROTECTED]> wrote:
>
> Yes,  $('#foobar') returns the 1st one, but you can have as many
> id="foobar" your applications needs and use this to find them all:


While that's technically true, IDs are meant to be unique to a page. For
what you're describing, using CSS classes is more appropriate, e.g.

$(".foobar")


-- 
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com

Reply via email to