Friday, May 17, 2024
 Popular · Latest · Hot · Upcoming
64
rated 0 times [  65] [ 1]  / answers: 1 / hits: 18083  / 9 Years ago, wed, may 27, 2015, 12:00:00

I have a table with text data but in one cell I have a checkbox. I can extract data from td, but I can't figure out how to extract the checkbox value



Here's what I've tried (see attached picture!)



$('#tableData tbody tr:eq('+row+')').find('td:eq(8)').eq(0).value


https://drive.google.com/file/d/0BxKM9sqBGY28cXp5ZzVCc0dRc28/view?usp=sharing


More From » jquery

 Answers
6
$('#tableData tbody tr:eq('+row+')').find('td:eq(8) input').is(':checked')

[#66447] Tuesday, May 26, 2015, 9 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
mira

Total Points: 460
Total Questions: 108
Total Answers: 99

Location: American Samoa
Member since Fri, Aug 26, 2022
2 Years ago
mira questions
;