Posts by Martin Lietz • 1 point
1 post
-
0
votes2
answers311
viewsA: List Json in a Select with Jquery
The result is in the second item of the return array. Change the line for that: $.each(data[1], function (key, val) { options_escolas += '<option value="' + val.nome + '">' + val.nome +…