Skip to content
This repository has been archived by the owner on Dec 10, 2022. It is now read-only.
/ jquery.Storage Public archive

A jQuery plugin to make localStorage easy and manageable to use

Notifications You must be signed in to change notification settings

tarellel/jquery.Storage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discontinued

Note I have received and still reviece numerous emails regarding getting jQuery.Storage up to date and adding the features that I have listed in my todo list. At the moment this project is currently completely inactive with no foreseeable plans to update or continue its development. There are various alternatives to this library. And in my opinion with the updating standards of all major browsers a javascript library similar to this may no longer be needed in the near future.

jQuery.Storage

This plugin provides a simple wrapper to store data in the browser. This allows data to be recalled later on for settings, saved state, etc.

**Code Sample

 // Saving
  $.Storage.saveItem('cow','moo');

  // Loading
  $.Storage.loadItem('cow');

  // Delete
  $.Storage.deleteItem('cow');

  // Clear all values
  $.Storage.deleteAll();

About

A jQuery plugin to make localStorage easy and manageable to use

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published