Skip to content

Instantly share code, notes, and snippets.

View fuzzyfox's full-sized avatar

William Duyck fuzzyfox

View GitHub Profile
@fuzzyfox
fuzzyfox / cookiemonster.js
Created September 2, 2010 18:36
JavaScript: JSON flavoured cookies
/*
This is a cookiemonster... it is a cookie control that uses JSON to store
information and make it easy to use.
*/
var cookiemonster = {};
/**
* This function creates the cookie.
*