I need to create a select In this pattern:
<select id="Cidades">
<option></option>
</select>
Where the user will select his state, and then there will be a jquery that searches the cities according to the selected state. so I can do this (but I have not done it yet), my problem is how I would send the json return data to the dropdown (Select), and I wanted to know if the top select is also correct to fill in the data. / p>