forked from sebringj/jquery.dumbformstate
-
Notifications
You must be signed in to change notification settings - Fork 0
Keeps state of form entries using HTML5 storage
mluchkin/jquery.dumbformstate
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
dumbFormState - keeps the state of form entries when you leave and come back later or refresh, etc. features: Able to keep state in multipe forms across pages in a namespaced way so data does not collide Author: Jason Sebring, [email protected], 2/23/2011 Public Domain. You may use under the terms of the MIT License. http://en.wikipedia.org/wiki/MIT_License depends on: HTML 5 storage capability Browsers supported: IE 8+ and current version of Firefox, Safari, Opera and Chrome jQuery 1.5 : tested in this version only, try it out on lower versions if you like json2.js : Douglas Crockford GitHUB -> https://github.com/douglascrockford/JSON-js configurable options: $('form').dumbFormState({ persistPasswords : false, // default is false, recommended to NOT do this persistLocal : false, // default is false, persists in sessionStorage or to localStorage skipSelector : null, // takes jQuery selector of items you DO NOT want to persist autoPersist : true, // true by default, false will only persist on form submit }); instance methods: $('form').dumbFormState('remove'); // removes all data associated with the forms matching the selector
About
Keeps state of form entries using HTML5 storage
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- JavaScript 100.0%