Segue o formulário de envio
$.post("lancamentoacao.php", $("#formParcela").serializeArray(), function(retorno){ $("#retornoProcessa").html(retorno); });O que será?
$.post("lancamentoacao.php", $("#formParcela").serializeArray(), function(retorno){ $("#retornoProcessa").html(retorno); });O que será?
0 Comentários