Skip to content

Instantly share code, notes, and snippets.

@kauanmocelin
Last active April 6, 2021 12:13
Show Gist options
  • Save kauanmocelin/fcaa084475c8573a7ddfadb85d999905 to your computer and use it in GitHub Desktop.
Save kauanmocelin/fcaa084475c8573a7ddfadb85d999905 to your computer and use it in GitHub Desktop.
[Obter form via JQuery] Formas de obter form com JQuery #jquery
1. Pelo Nome
$jQ("form[name='gerarListagemEliminacaoForm']").serialize()
2. Pela posição do form na jsp
$jQ("form:eq(0)").serialize()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment