jQuery-Storage-API icon indicating copy to clipboard operation
jQuery-Storage-API copied to clipboard

This plugin is no longer maintained! A new one, without dependencies with jQuery, is available : https://github.com/julien-maurel/js-storage

Results 5 jQuery-Storage-API issues
Sort by recently updated
recently updated
newest added

Hi, We're getting the following error whilst using Magento 2. It seems to only be an issue on Safari iPhone. Do you have any ideas on what it could be...

I have a knockout object function People(data) { var self = this; self.Id = ko.observable(data.Id); self.Title = ko.observable(data.Title); } var item=new People({}); I have value in 'item', but I am...

It looks like it is not possible to lock the entry when wanted to change its value. What do you think to implement something like https://bitbucket.org/balpha/lockablestorage/src/96b7ddb1962334cde9c647663d0053ab640ec5a1/lockablestorage.js?at=default ?

Hi Julien, Nice plugin, I'll just try it in my current project ! I think that in some cases might be usefull to be able to set precise expiration time...