jquery-deserialize
Version:
Decodes serialized form data and populates the form with that data.
24 lines (23 loc) • 597 B
JSON
{
"name": "jquery-deserialize",
"version": "2.0.0",
"title": "jQuery.deserialize()",
"main": "src/jquery.deserialize.js",
"author": {
"name": "Kyle Florence",
"url": "https://github.com/kflorence/"
},
"license": "(GPL-2.0 OR MIT)",
"dependencies": {
"jquery": ">=1.4.3"
},
"description": "Decodes serialized form data and populates the form with that data.",
"keywords": [
"form",
"populate",
"deserialize",
"data"
],
"demo": "http://kflorence.github.com/jquery-deserialize/",
"homepage": "https://github.com/kflorence/jquery-deserialize"
}