Profile
Achievement
EvanHahn's Recent SnippetsTagged html5
- All /
« Prev 1 Next »
Here's how to use this:
* To access something in the local storage, type `Evan.local('name')`. You may need to use `JSON.parse()` on this result. Returns `null` if nothing's there.
* To assign something in the local storage, type `Evan.local('nam...
1
768
posted 12 years ago by EvanHahn