niceue / webStorage

Cross browser HTML5 web storage solutions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTML5 Web Storage Solutions

HTML5 provide a web storage API, include localStorage and sessionStorage, that most browsers have supported,but not in some old browsers,like IE lower than version 8, and Firefox lower than version 3.5. This script will provide solutions for it, and after you included it, you can use the HTML5 web storage API directly.

About

Cross browser HTML5 web storage solutions

License:MIT License


Languages

Language:JavaScript 98.5%Language:Shell 1.5%