Posts by Marcos Barreto • 1 point
1 post
-
-1
votes5
answers1205
viewsA: command given ajax json for php
In my case it worked the one used by Bruno Almeida: var Primeironome=$("#Inputprimeironome"). val(); $.post("pagina2.php",{name:Primeironome}). done(Function(result){ $("div #receive").…