Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/theprivileges/post-message

A simple example of using DOM Storage to store messages in the browser session.
https://github.com/theprivileges/post-message

Last synced: 9 days ago
JSON representation

A simple example of using DOM Storage to store messages in the browser session.

Awesome Lists containing this project

README

        

Simple Session Storage Example
==============================
I wanted to write something that used [sessionStorage](https://developer.mozilla.org/en/DOM/Storage#sessionStorage "DOM Storage") and so I wrote this while following
a tutorial from [Tuts+](http://net.tutsplus.com/tutorials/javascript-ajax/how-to-submit-a-form-with-control-enter/ "How to Submit a Form with Control + Enter").

Author
------
Luiz Lopes [@theprivileges](http://twitter.com/theprivileges)