jQuery plugin to serialize a form and also restore/populate the form?

前端 未结 8 2077
花落未央
花落未央 2020-12-02 08:40

Is there a jQuery plugin out there that can serialize a form, and then later restore/populate the form given the serialized value? I know the form plugin can serialize as a

8条回答
  •  星月不相逢
    2020-12-02 09:13

    Check out my jQuery Populate plugin:

    http://www.keyframesandcode.com/code/development/javascript/jquery-populate-plugin/

    Populates all form elements as well as labels and any contained HTML elements.

提交回复
热议问题