The plugin marks desired text using HTML5's content editable property and saves changes using HTML5 localStorage technology.
Simple method to have editable text on a page without a database to back it up.
Storage.js was formerly known as Storagify.
Requirements:
· JavaScript enabled on client side
· jQuery
· HTML 5 enabled browser
What's New in This Release: [ read full changelog ]
· Version 2.0 fixes a bug that caused muliple elements that have been storagified with the same class or id to be set to the same text.