Here is a famous localStorage plugin https://github.com/marcuswestin/store.js/
you can add, edit and delete datas very easily and the most important is you can use localstorage in IE6+.
store.js uses localStorage when available, and falls back on the userData behavior in IE6 and IE7. No flash to slow down your page load. No cookies to fatten your network requests.
Ex :
store.set('user', { name: 'marcus', likes: 'javascript' })