Skip to content

Easy jQuery plugin for saving and restoring form data into LocalStorage

License

Notifications You must be signed in to change notification settings

hackprime/jquery.formsaver.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jquery.formsaver.js

Easy jQuery plugin for saving and restoring form data into LocalStorage

Usage:

$(".save_button").click(function () {
    $("#form_id").saveForm();
});

$(".restore_button").click(function () {
    $("#form_id").restoreForm();
});

Live demo here.

Requirements:

  • jQuery 1.0+
  • LocalStorage support (IE 8.0+, Firefox 3.5+, Safari 4.0+, Chrome 4.0+, Opera 10.5+, iOS Safari 2.0+, Android 2.0+)
  • JSON support (IE 8.0+, Firefox 3.1+, Safari 4.0+, Chrome 3.0+, Opera 10.5+, iOS Safari 4.0+, Android 2.1+) or JSON.js library

About

Easy jQuery plugin for saving and restoring form data into LocalStorage

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published