flaubert
2008-Jun-15 18:07 UTC
[javascript] Check if the dynamically generated checkbox is checked!
hello all, I have a table. the rows of this table are generated dynamically. some "tds" have informations and one of them have a checkbox. looping through this table I need to check if the chekbox in that "TD" is checked any idea?? thnks!! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
jQuery(''table td :checkbox:checked'');
On Jun 15, 1:07 pm, flaubert
<aflaube...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
wrote:> hello all,
>
> I have a table. the rows of this table are generated dynamically. some
> "tds" have informations and one of them have a checkbox.
>
> looping through this table I need to check if the chekbox in that
"TD"
> is checked
>
> any idea??
>
> thnks!!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---