I have the following structure below HTML, I would like to know, as I do when I click the button, I can get value from the element of td class="description" before that within the scope of tr.
<tr>
<td class="descricao">Texto01</td>
<td class="btn-l"><button type="button">Leitura Confirmada</button></td>
</tr>
<tr>
<td class="descricao">Texto02</td>
<td class="btn-l"><button type="button">Leitura Confirmada</button></td>
</tr>
<tr>
<td class="descricao">Texto02</td>
<td class="btn-l"><button type="button">Leitura Confirmada</button></td>
</tr>