1
Hello, my question is to store an id and a select and options value in a variable.
have that structure:
<div class="col-sm-6" id="results">
<select class="form-control" id="1">
<option value="true">Sim</option>
<option value="false">Não</option>
</select>
<select class="form-control" id="2">
<option value="true">Sim</option>
<option value="false">Não</option>
</select>
<select class="form-control" id="3">
<option value="true">Sim</option>
<option value="false">Não</option>
</select>
</div>
I need to take the id of the select and the option value of that select
Hello Leandrade, I will test friend...
– josecarlos
It worked out Andrade, thank you
– josecarlos
Nice Jose, for nothing!
– LeAndrade