0
This variable Uf data. me returns the acronym of the states. Ex...: SC
How I make a loop with jQuery to select the date-symbol correlately to the variable Uf data.?
<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>
I saw now that you edited the question and took jQuery from the question, added more to the answer.
– Sergio