Posts by Esdras Fragoso • 1 point
2 posts
-
0
votes1
answer438
viewsQ: Select with php javascript ajax json
<script src="http://yui.yahooapis.com/3.12.0/build/yui/yui-min.js"></script> <script src="js/jquery-3.2.1.min.js" ></script> <script type="text/javascript"> function…
-
0
votes2
answers166
viewsQ: How do I scroll through the following array using Avascript?
json [ { "idDisciplina":"1", "0":"1", "Nome":"Matematica", "1":"Matematica" }, { "idDisciplina":"11", "0":"11", "Nome":"Ciencia", "1":"Ciencia" } ] script $.ajax({ url: "includes/disciplina.php/",…