I have a table and I want to click on the line TR to read its class and populate fields into editing the value of this line, that is, now I cannot determine the class by hover and read the value attributes from it.
<tbody align="center" style="background: #fff; height" 25px;" class="d_table"> <tr class="14"> <td id="d_table_name">1</td> <td id="d_table_family">2</td> <td id="d_table_kolvo">3</td> <td id="d_table_razmer">4</td> <td id="d_table_stats" style="background-color: #f2f2f2;">5</td> <td id="d_table_aaa">6</td> </tr> <tr class="15"> <td id="d_table_name">1</td> <td id="d_table_family">2</td> <td id="d_table_kolvo">3</td> <td id="d_table_razmer">4</td> <td id="d_table_stats" style="background-color: #f2f2f2;">5</td> <td id="d_table_aaa">6</td> </tr> <tr class="16"> <td> 111... </td> <td> 2... </td> <td> 3... </td> <td> 4... </td> <td> 5... </td> <td> 6... </td> </tr> </tbody>