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
  • Save wei-lee/1178476 to your computer and use it in GitHub Desktop.
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
Copy link
Author

wei-lee commented Aug 29, 2011

add missing ")"

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