Create, get, delete cookie Javascript
With tons of information out there I searched for way to long to find out how to do basic cookie manipulation in Javascript / jQuery, so here goes: Create/Set cookiefunction createCookie(name, value, days) { var expires = ""; if (days) { var date = new Date(); date.setTime(