0
I have the following table
<table class="table">
<tbody>
<tr>
<td scope="row">teste</td>
<td id="teste" name="teste" class="teste">1</td>
</tr>
</tbody>
</table>
I need to get the value of td
by jQuery and save in a array, in my code have more rows to table, I summarized here
'teste' : jQuery('#teste').val()
I’m doing so but it doesn’t work.
worked, thank you very much
– Larissa silva