Skip to content

Gaya/Locale-Storager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Locale Storager

A little script that helps in managing the localeStorage of the browser.
v 0.9 - January 11th 2012
By Gaya Kessler - http://www.gayadesign.com

Usage:

The script stores strings and arrays (objects) in the browser's localeStorage. Also an easy way to parse the values and get the logical representation in Javascript variables.

localeStorager.store(key, variable)

Store a variable in the localeStorage using a key.

localeStorager.get(key)

Get the Javascript representation of the value using the key.

localeStorager.remove(key)

Remove the value from the localeStorage.

About

A little script that helps in managing the localeStorage of the browser.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published