0
I have the following HTML:
<select class="estados" name="estado">
<option class="op1" value="">1</option>
<option class="op2" value="">1</option>
<option class="op3" value="">1</option>
</select>
<input type="reset" class="bt" value="refazer"/>
Let’s say I selected the 3 option op3
, when I click the input class="bt"
I want him to leave marked the first option op1
.
I have to use the Selected jquery?
ah understood, what happens is that the others
options
will be manageable, forgot to mention this– Felipe Viero Goulart
What do you mean? I don’t understand...
– mutlei