How to detect a check box value in a row?
I have a table with variable number of rows. Each row has two columns. The first column has check boxes which user can select or deselect. The second column has some text. When user clicks on a button on the page, for each row, I need to see if the check box is checked and if so, I need to get the text in the second column for the corresponding row. How can I do this using jQuery? Thanks.
|