Skip to content

Instantly share code, notes, and snippets.

@riq363
Created February 25, 2016 11:18
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 riq363/073f133163fc55d2076e to your computer and use it in GitHub Desktop.
Save riq363/073f133163fc55d2076e to your computer and use it in GitHub Desktop.
Save data to application storage
var data = {
color : 'red',
size : 'big',
page_id : '123456'
};
EcwidApp.setAppStorage(data, function(){
console.log('Data saved!');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment