HTML5 Local Storage | HTML5 Samples, Tutorials and News:
HTML5 Local Storage
Simple Example of HTML5 Local Storage
In this video, we’re going to show you how to create a working, though very basic, to-do list in just a few minutes. We can create advanced browsers “remember” what we type, even after it is closed or is refreshed using HTML5’s local storage.
While obviously not supported across all browsers, we can expect this method to work, most notably, in Internet Explorer 8, Safari 4, and Firefox 3.5. Note that, to compensate for older browsers that won’t recognize local storage, you should first test to determine whether window.localStorage exists.
Source Code: http://jsbin.com/iqura/4/

