1
Well, I have the following problem:
I need to select the value of a select
in the html
to execute a loop if
in javascript
or jquery
, how to do ?
<select class="input">
<option default disabled="disabled">--</option>
<option value="">TESTE1</option>
<option value="">TESTE2</option>
<option value="">TESTE3</option>
</select>
in this case, the value of the select
, when different from the first option, the first option given as default
will be excluded from html
thanks, I will make a proper response to the problem, so it can end up facilitating for staff
– Murilo Melo