cookie

From Query String to Cookie with JavaScript

Take a query string and save the values to a cookie using JavaScript. A perfect solution for tracking query string’s values throughout a site that isn’t using any server side scripting.

Read the full article →

JavaScript Cookies – Baking Has Never Been So Easy!

Setting, updating retrieving and deleting cookies with JavaScript is a whole lot easier than I remembered. I’ve not got a quick library of functions available at my fingertips for such actions, wanna see?

Read the full article →