An open API service indexing awesome lists of open source software.

https://github.com/bodacious/jquery.cookie.coffeescript

A jQuery plugin for cookies written in CoffeeScript
https://github.com/bodacious/jquery.cookie.coffeescript

Last synced: about 1 year ago
JSON representation

A jQuery plugin for cookies written in CoffeeScript

Awesome Lists containing this project

README

          

h1. "jQuery Cookie Plugin (CoffeeScript)":https://github.com/Bodacious/jQuery.Cookie.Coffeescript

p. This code is originally taken from the jQuery Cookie plugin by "carhartl":http://plugins.jquery.com/node/1387. Rewritten in CoffeeScript by Bodacious on 23rd June 2011 for "URTV":http://urtv.co.uk

p. Usage:


jQuery.cookie("cookieName") # => value of cookie
jQuery.cookie("cookieName", "value") # => set the value of cookie