Skip to content

Instantly share code, notes, and snippets.

@atdt
Created June 7, 2012 19:27
Show Gist options
  • Select an option

  • Save atdt/2891040 to your computer and use it in GitHub Desktop.

Select an option

Save atdt/2891040 to your computer and use it in GitHub Desktop.
var bucketCookies = $.getBuckets();
bucketCookies['lastModified'][0] = 'expr1';
$.cookie('userbuckets', $.toJSON( bucketCookies ) , { expires: 365 }); //expires in 1 year
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment