From 106ccd85113a428dc32aef440ff6c63e16a8fd57 Mon Sep 17 00:00:00 2001 From: chencheng Date: Sun, 13 Jul 2014 16:28:40 +0800 Subject: [PATCH] add storage --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a61a02f..c37f1ba 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ A curated list of amazingly awesome browser-side JavaScript libraries, resources * [Functional Programming](#functional-programming) * [Date](#date) * [String](#string) - * Storage + * [Storage](#storage) * [Color](#color) * [I18n And L10n](#i18n-and-l10n) * Selector @@ -181,6 +181,16 @@ There're also some great commercial libraries, like [amchart](http://www.amchart * [jsurl](https://github.com/Mikhus/jsurl) - Lightweight URL manipulation with JavaScript. * [sprintf.js](https://github.com/alexei/sprintf.js) - A sprintf implementation. + +## Storage + +* [store.js](https://github.com/marcuswestin/store.js) - LocalStorage wrapper for all browsers without using cookies or flash. Uses localStorage, globalStorage, and userData behavior under the hood. +* [localForage](https://github.com/mozilla/localForage) - Offline storage, improved. Wraps IndexedDB, WebSQL, or localStorage using a simple but powerful API. +* [jStorage](https://github.com/andris9/jStorage) - jStorage is a simple key/value database to store data on browser side. +* [basket.js](https://github.com/addyosmani/basket.js) - A script and resource loader for caching & loading scripts with localStorage. +* [jquery-cookie](https://github.com/carhartl/jquery-cookie) - A simple, lightweight jQuery plugin for reading, writing and deleting cookies. + + ## Color * [randomColor](https://github.com/davidmerfield/randomColor) - A color generator for JavaScript.