Skip to content

Instantly share code, notes, and snippets.

@wei-lee
Forked from feedhenry-gists/gist:1015194
Created August 29, 2011 14:14
Show Gist options
  • Select an option

  • Save wei-lee/1178476 to your computer and use it in GitHub Desktop.

Select an option

Save wei-lee/1178476 to your computer and use it in GitHub Desktop.
Local Storage Call
$fh.data( {act:'save', key:'foo', val:'bar'} );
$fh.data( {key:'foo'}, function(res) {
alert( res.key+'='+res.val );
});
@wei-lee

wei-lee commented Aug 29, 2011

Copy link
Copy Markdown
Author

add missing ")"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment