1
I have the following code and would like when selecting any value within select "#Cities" to show the div ". dataLoja" and that it is hidden at first, already taking advantage of the question has something else that I am not getting that is to put the value "Select" in select "#Cities", as value or with placeholder, none worked (ps:the information from select comes from another JS).
<div class="row">
<div class="col-lg-12 text-center">
<span class="TituloLoja">Selecione sua localidade: </span>
<select id="cities" class="empty" name="cities"></select>
</div>
</div>
<div class="row content" >
<div class="well text-left">
<div class="dadosLoja ">
<span class="TituloLoja">Informações da Loja:</span><br />
<label>Telefone: <span id="telefone"></span></label>
</div>
</div>
</div>
Can you please post your Jsfiddle content in the reply and leave the link only for reference? If the link goes offline the Sopt community can continue to consult this question.
– Rubico
Okay, thanks for the help.
– Carlinhos