jStorage – HTML5 Local Storage For Prototype, MooTools And jQuery
11
Apr
// php the_time('Y') ?>
jStorage is a simple wrapper plugin for Prototype, MooTools and jQuery to store data on browser side.
It is lightweight (2kb) and uses HTML5 local storage if available or userData behavior in older versions of IE (Webkit SQLite is not supported).
The plugin works the same in Prototype, MooTools, jQuery and it is very easy to use as there are only 4 functions:
- set (save a key)
- get (retrieve the value of a key)
- deleteKey (remove a key)
- flush (clear the cache)
jStorage was known as DOMCached and renamed after various features being dropped.
Requirements: Prototype, MooTools or jQuery
Compatibility: All Major Browsers
Website: http://www.jstorage.info/
Download: http://github.com/andris9/jStorage
Compatibility: All Major Browsers
Website: http://www.jstorage.info/
Download: http://github.com/andris9/jStorage
- Tags:
HTML5 Javascript
- Filed under: Database, Goodies, MIT License
- 1 Comment
















One Response for "jStorage – HTML5 Local Storage For Prototype, MooTools And jQuery"
If only more legacy browsers could store data.