Michael Stuhr wrote:

0xCAFE schrieb:
Is there a jQuery equivalent for getElementsByName that will return an
array ?

Thanks!
0xCAFE


well id's generally should be only used once per site. that's what they are made for. it's an identificator. what you look for is probably a class

He's not talking of getElementById but getElementsbyName (which is also not getElementsByTagName)...


--Klaus

Reply via email to