├── History.md ├── Readme.md ├── bower.json ├── sticky.js └── test ├── test.cookie.js ├── test.indexeddb.js ├── test.localstorage.js ├── test.websql.js └── tests.html /History.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexmingoia/sticky/HEAD/History.md -------------------------------------------------------------------------------- /Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexmingoia/sticky/HEAD/Readme.md -------------------------------------------------------------------------------- /bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexmingoia/sticky/HEAD/bower.json -------------------------------------------------------------------------------- /sticky.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexmingoia/sticky/HEAD/sticky.js -------------------------------------------------------------------------------- /test/test.cookie.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexmingoia/sticky/HEAD/test/test.cookie.js -------------------------------------------------------------------------------- /test/test.indexeddb.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexmingoia/sticky/HEAD/test/test.indexeddb.js -------------------------------------------------------------------------------- /test/test.localstorage.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexmingoia/sticky/HEAD/test/test.localstorage.js -------------------------------------------------------------------------------- /test/test.websql.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexmingoia/sticky/HEAD/test/test.websql.js -------------------------------------------------------------------------------- /test/tests.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexmingoia/sticky/HEAD/test/tests.html --------------------------------------------------------------------------------