With jQuery, how do I change the label of an option, not the value, example:
<select id="meuSelect">
<option>[nao_selecionar_esse label]</option>
<option>[SELECIONAR_esse label]</option>
<option>[nao_selecionar_esse label]</option>
</select>