1、store.js(为所有浏览器封装了 LocalStorage,而没有使用 cookies 和 flash。隐秘地使用 localStorage、globalStorage 和用户数据。)
github地址:
<a href="https://github.com/jaywcjlove/store.js">store.js</a>
2、jStorage(jStorage 是一个简单的键值对数据库,用于在浏览器端存储数据。)
github地址:
<a href="https://github.com/andris9/jStorage">jStorage</a>
3、basket.js(用 localStorage 加载和缓存脚本的资源加载器)
github地址:
<a href="https://github.com/addyosmani/basket.js">basket</a>
4、jquery-cookie(轻量简单的、用于读取、编辑和删除 cookie 的 jQuery 插件)
github地址:
<a href="http://plugins.jquery.com/cookie/">jquery-cookie</a>
5、lawnchair.js(简单的客户端 JSON 存储)
github地址:
<a href="https://github.com/brianleroux/lawnchair">lawnchair.js</a>
6、DB.js(基于 Promise 的、封装了 IndexedDB 的库)
github地址:
<a href="http://www.codeforge.cn/article/302156#introduction">DB.js</a>