Skip to content

Instantly share code, notes, and snippets.

@pzaich
Created July 17, 2012 02:02
Show Gist options
  • Select an option

  • Save pzaich/3126507 to your computer and use it in GitHub Desktop.

Select an option

Save pzaich/3126507 to your computer and use it in GitHub Desktop.
key value saving
//The standard localStorage function for saving a value
localStorage.setItem(<key>, <value>);
//Using the nice jQuery plugin
$.totalStorage(<key>, <value>);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment