jquery-form-restore

Get and restore form values (event checkbox checked state) with jquery

Usage no npm install needed!

<script type="module">
  import jqueryFormRestore from 'https://cdn.skypack.dev/jquery-form-restore';
</script>

README

jQuery form restore

Get and restore form values (event checkbox checked state) with jquery

var formValues = $('#MyAwesomeForm').getFormValues();

$('#MyAwesomeForm').restoreFormValues(formValues);