It's coming along, but I'm having cookie weirdness. I'm using the jquery cookie plugin and $.cookie("color", "blue"); to set the cookie to blue, but it seems like every page in the site is creating a...
I want the user to be able to choose between two themes on my site. The first one (let's call it "red" for example) is the default, and the alternative is "blue". I've made a theme switching nav;...