UNPKG

jstorage

Version:

jStorage is a cross-browser key-value store database to store data locally in the browser - jStorage supports all major browsers, both in desktop (yes - even Internet Explorer 6) and in mobile.

17 lines (16 loc) 508 B
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>jStorage &raquo; QUnit test runner</title> <link rel="stylesheet" href="http://code.jquery.com/qunit/qunit-1.14.0.css"> </head> <body> <div id="qunit"></div> <div id="qunit-fixture"></div> <script src="http://code.jquery.com/qunit/qunit-1.14.0.js"></script> <script src="http://ajax.cdnjs.com/ajax/libs/json2/20110223/json2.js"></script> <script src="../jstorage.min.js"></script> <script src="tests.js"></script> </body> </html>