jStorage icon indicating copy to clipboard operation
jStorage copied to clipboard

jStorage is a simple key/value database to store data on browser side

Results 23 jStorage issues
Sort by recently updated
recently updated
newest added

There is a small typo in jstorage.js. Should read `numeric` rather than `numberic`.

Hi! Npm contains 0.4.8 version with ambiguous UNLICENSED license in package.json. Do you have an ability to upload latest version there? I am happy to asssit if you can share...

Add cache full error, to correct the issue #91

Forgive me if I have overlooked this somewhere, but what is the scope of the stored data? Can I set data in one page (example.com/foo) and retrieve it in another...

Imagine situation where you have a large project and don't want to allow users to use a dollar sign i.e. from the console. You just want to hide it in...

Allows searching items by key using a string. ``` javascript $.jStorage.search('my-namespace-values'); ```

If you need to search among the keys for a given string you could clone the index-function and modify it: ``` javascript searchIndex: function(string){ var index = [], i; for(i...

our data is nested a few layers deep. i've been using the following approach to save changes to nested values, but it feels sloppy. is there a better way? ```...

When I publish in one tab it senses the change in the same tab but not in another tab. My code works in every other browser.

Hi please could you update browser support page to show if it works with newer browsers and other devices please.