Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/theprivileges/post-message
- Owner: theprivileges
- Created: 2011-11-02T20:32:13.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-01-04T21:00:23.000Z (almost 13 years ago)
- Last Synced: 2024-04-08T16:17:54.960Z (8 months ago)
- Homepage:
- Size: 93.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)