Skip to content

Instantly share code, notes, and snippets.

@valdiney
Last active August 29, 2015 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save valdiney/9542104 to your computer and use it in GitHub Desktop.
Save valdiney/9542104 to your computer and use it in GitHub Desktop.
<form if="form_cadastro" method="post" action="functons.php">
<input type="text" id="nome" name="nome"/>
<button type="submit" id="gravar">Gravar Dados</button>
</form>
var form = document.getElementById('form_cadastro'),
nome = form.nome;
gravar = form.gravar;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment