Software Details:
Version: 1.7.4 updated
Upload Date: 12 May 15
Distribution Type: Freeware
Downloads: 54
jQuery Storage API allows developers to use jQuery code to control data send and retrieved from the new HTML 5 localStorage and sessionStorage APIs.
The plugin support various operations, including JSON encoding and decoding of data, namespace customization, getter/setter methods, simplified syntax, etc..
More in-depth instructions are included with the download package.
What is new in this release:
- Fixed min version
What is new in version 1.7.3:
- If cookie fallback, don't override window.localStorage/sessionStorage but use window.localCookieStorage/sessionCookieStorage.
What is new in version 1.7.0:
- Added support of JS syntax on all methods.
- Added bower.json.
What is new in version 1.6.0:
- Added methods setPath, setDomain, setConf, setDefaultConf to cookie storage.
What is new in version 1.4.0:
- Added keys(), isEmpty(), isSet() methods on storages.
- Added $.removeAllStorages() method.
- Added $.namespaceStorages variable.
- Some fixes.
- Added Jasmine specs.
What is new in version 1.3.1:
- Fixed on set function with syntax set('foo','foo2','foo3'...,'value').
What is new in version 1.3.0:
- Changed delete function names (IE8 doesn't like "delete", so rename to "remove").
What is new in version 1.2.1:
- Changed keywords in manifest.
What is new in version 1.1.1:
- Fix on get() exception.
- Added minified version.
Requirements:
- JavaScript enabled on client side
- HTML 5 enabled browser
- jQuery 1.4 or higher
Comments not found