From the table I show below, could someone tell me how to save the value of the table belonging to 'REGISTRATION' in JQUERY in a variable? That is to say that depending on the value of REGISTRATION, which can be YES or NO, keep that in a varibale to use later.
<table id="info-table" class="table table-bordered">
<tbody>
<tr class="active">
<td>VALOR</td>
<td>
152
</td>
</tr>
<tr class="active">
<td>REGISTRO</td>
<td>
No
</td>
</tr>
</tbody>
Thank you very much.