Posts by Marcos Junior • 1 point
1 post
-
0
votes2
answers311
viewsQ: List Json in a Select with Jquery
I’m not getting lists of a Json in a Select My Jquery code looks like this: $("#cidades").change(function () { var options_escolas = ''; var cidade = $("#cidades").val(); $.ajax({ url:…