Posts by Marcelo • 1 point
1 post
-
0
votes1
answer147
viewsQ: jQuery AJAX transforming into link
How do I link the result to my bank in jQuery AJAX? function carregaRoteiro(){ var roteiroHTML=""; $.ajax({ url: path + "RoteiroAula", type: "GET", async: false, crossDomain: true, dataType: 'json',…