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!!
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!!
jQuery(‘table td :checkbox:checked’);
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs