Skip to content
This repository has been archived by the owner on May 26, 2023. It is now read-only.

yurikoval/serialize-form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Port to CoffeeScript from http://code.google.com/p/form-serialize/ with bugfixes.

Serialize HTML Form

Download

Usage

<form action="" method="get">
  <input type="text" name="fullname" value="James Bond" />
  <input type="text" name="email" value="email@example.com" />
</form>
var form = document.getElementsByTagName('form')[0];
var serialized = serialize(form); // fullname=James%20Bond&email=email%40example.com

Demo

View Demo

Bitdeli Badge

About

Serialize HTML form to string without javascript framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published