jquery-form-restore
v1.0.2
Published
Get and restore form values (event checkbox checked state) with jquery
Downloads
2
Readme
jQuery form restore
Get and restore form values (event checkbox checked state) with jquery
var formValues = $('#MyAwesomeForm').getFormValues();
$('#MyAwesomeForm').restoreFormValues(formValues);