Posts by Joao Pedro P M • 13 points
2 posts
-
0
votes1
answer34
viewsQ: Only first form ID is sending!
I’m trying to send a post without refresh with this method below but only sends the first form the second it redirects to page, I’m with the Forms inside a while PHP $(function($) {…
-
1
votes1
answer277
viewsQ: How to handle the JSON response with Javascript
<script type="text/javascript"> $(function($) { $('#enviaadv').submit(function() { //document.getElementById('btnConsultar').disabled = true; $('div.mensagem-erro').html('');…