D
dhtmlkitchen
Does this sound useful?
HTMLFormElement.prototype.toJSONString
Grab the state of the form, as if it were going to be submitted and
return the value as a JSON string where keys are form element names.
(checkbox (groups) and select-multiple would map to an array).
HTMLFormElement.prototype.toJSONString
Grab the state of the form, as if it were going to be submitted and
return the value as a JSON string where keys are form element names.
(checkbox (groups) and select-multiple would map to an array).