Skip to content

Instantly share code, notes, and snippets.

@kauanmocelin
Last active April 6, 2021 12:20
Show Gist options
  • Save kauanmocelin/14832169de07be01343e3c02ebba93d5 to your computer and use it in GitHub Desktop.
Save kauanmocelin/14832169de07be01343e3c02ebba93d5 to your computer and use it in GitHub Desktop.
[Callback após executar 'submit' com JQuery] #jquery
$jQ("#formModelo").attr("action", "manterDocumentoModelo.do?action=gerarDocumentoPdf&listaNomesEtiquetas="+JSON.stringify(jsonObj)+"&conteudoDocumento="+$jQ("#corpoDocumentoDiv").html()).submit(function(e) {
$jQ("#listaModelos").val(0).change();
carregarModelo("");
});
$jQ("#formModelo").submit();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment