From c6aeb26158357cb38c558ebcea13bca4bf096063 Mon Sep 17 00:00:00 2001 From: Andre Caetano Date: Wed, 23 Dec 2015 08:33:06 -0200 Subject: [PATCH] Add jq-cookie #231 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 94cdcfa..f961aa6 100644 --- a/README.md +++ b/README.md @@ -366,6 +366,7 @@ There're also some great commercial libraries, like [amchart](http://www.amchart * [bag.js](https://github.com/nodeca/bag.js) - A caching script and resource loader, similar to basket.js, but with additional k/v interface and localStorage / websql / indexedDB support. * [basil.js](https://github.com/Wisembly/basil.js) - The missing Javascript smart persistent layer. * [jquery-cookie](https://github.com/carhartl/jquery-cookie) - A simple, lightweight jQuery plugin for reading, writing and deleting cookies. +* [js-cookie](https://github.com/js-cookie/js-cookie) - A simple, lightweight JavaScript API for handling browser cookies * [Cookies](https://github.com/ScottHamper/Cookies) - JavaScript Client-Side Cookie Manipulation Library. * [DB.js] (https://github.com/aaronpowell/db.js/) - Promise based IndexDB Wrapper library * [lawnchair.js] (https://github.com/brianleroux/lawnchair/) - Simple client-side JSON storage.