Skip to content

Instantly share code, notes, and snippets.

@FlorianX
Created October 5, 2011 07:42
Show Gist options
  • Save FlorianX/1263876 to your computer and use it in GitHub Desktop.
Save FlorianX/1263876 to your computer and use it in GitHub Desktop.
Daten aus dem Storage holen
// check if localStorage is available
if(typeof localStorage !== 'undefined'){
// get the saved data if it's available
var localNewsJSON = localStorage.getItem('SpiritNews');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment