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
- Host: GitHub
- URL: https://github.com/bodacious/jquery.cookie.coffeescript
- Owner: Bodacious
- Created: 2011-06-23T10:29:04.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-06-23T10:40:50.000Z (almost 15 years ago)
- Last Synced: 2025-04-05T20:11:12.368Z (about 1 year ago)
- Language: CoffeeScript
- Homepage: http://github.com/bodacious/jQuery.Cookie.Coffeescript
- Size: 84 KB
- Stars: 4
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.textile
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