Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created October 9, 2015 20:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjoerntx/d0931d114d7f448c8824 to your computer and use it in GitHub Desktop.
Save bjoerntx/d0931d114d7f448c8824 to your computer and use it in GitHub Desktop.
// Stores the content of the
// hidden field to the local storage (Base64 string)
function storeDocument() {
localStorage.document = $("#hiddenDocument").val();
showMessage("Document has been stored to local storage.");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment