0.3.4 • Published 12 years ago

jar v0.3.4

Weekly downloads
1,532
License
-
Repository
-
Last release
12 years ago

jar

Simple cookie handling:

cookieValue = jar.cookie('chocolateChip');
jar.cookie('chocolateChip', 'new cookie value');

It's also easy to set cookie options:

jar.cookie('topSecret', 'this cookie will self-destruct in 5 days', { expires: 5 });

Usage with Ender

After you install Ender, include jar in your package:

ender add jar

This will namespace the package under the $ variable:

$.cookie(...);
0.3.4

12 years ago

0.3.3

12 years ago

0.3.2

12 years ago

0.3.1

12 years ago

0.3.0

12 years ago

0.2.5

12 years ago

0.2.4

12 years ago

0.2.3

12 years ago

0.2.2

12 years ago

0.2.1

12 years ago

0.2.0

12 years ago

0.1.1

12 years ago

0.1.0

13 years ago