this is because, according to HTML spec, more than 1 element cant have the
same id attribute. So, when u use $("#some") selector in jquery, it returns
only the first one in the document.

So, try using a class attribute instead of id. That should solve ur problem.

-GTG

On 7/3/07, Alexsandro_xpt <[EMAIL PROTECTED]> wrote:


Hellow???

Somebody help me?


Reply via email to