Advertise here

jQuery Plugins Tagged ‘localStorage’

How to Use Local Storage with JavaScript

December 21, 2017     1167    
How to Use Local Storage with JavaScript

A tutorial about creating application that stores to-do items locally in the browser’s local storage and displays them on the front end by using javascript.

Read More »

Store.js – Cross Browser Storage for All Use Cases

March 05, 2017     1562     Others
Store.js – Cross  Browser Storage for All Use Cases

Store.js is a localStorage wrapper for all browsers without using cookies or flash. Uses localStorage, globalStorage, and userData behavior under the hood.

Read More »

basket.js – Simple Script Loader that Caches Scripts with localStorage

January 09, 2014     2502     Others
basket.js – Simple Script Loader that Caches Scripts with localStorage

basket.js is a small JavaScript library supporting localStorage caching of scripts. If script(s) have previously been saved locally, they will simply be loaded and injected into the current document. If not, they will be XHR'd in for use right away, but cached so that no additional loads are required in the future.

Read More »