This variable data.uf returns me the acronym of the states. Ex ...: SC
How do I loop with jQuery to select the data-acronym corresponding to the variable data.uf ?<select id="billing:region_id" name="billing[region_id]">
<option value="">Por favor, selecione o estado</option>
<option data-sigla="AC" value="485">Acre</option>
<option data-sigla="AL" value="486">Alagoas</option>
...
<option data-sigla="CE" value="490">Ceará</option>
<option data-sigla="DF" value="511">Distrito Federal</option>
<option data-sigla="ES" value="491">Espírito Santo</option>