Skip to content

Instantly share code, notes, and snippets.

@galcyurio
Last active December 1, 2016 01:09
Show Gist options
  • Save galcyurio/d48406cf06046fef8b7969e865e5e1a5 to your computer and use it in GitHub Desktop.
Save galcyurio/d48406cf06046fef8b7969e865e5e1a5 to your computer and use it in GitHub Desktop.
var data = {};
data["writer"] = writeForm.writer.value;
data["title"] = writeForm.title.value;
data["content"] = writeForm.content.value;
console.log(JSON.stringify(data));
// {"writer":"qqq","title":"www","content":"eee"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment