Skip to content

Instantly share code, notes, and snippets.

@fabriciosanchez
Last active December 22, 2015 14:18
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 fabriciosanchez/6484672 to your computer and use it in GitHub Desktop.
Save fabriciosanchez/6484672 to your computer and use it in GitHub Desktop.
HTML de exemplo do post de serialização
<form>
<label for="Nome">Nome:</label>
<input type="text" id="Nome" name="Nome" />
<label for="Email">E-mail:</label>
<input type="text" id="Email" name="Email" />
<input type="button" id="Botao" name="Botao" value="Serializar" />
</form>
<div id="Resultado" style="color: red;"></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment