Readplace

GitHub - carhartl/jquery-cookie: No longer maintained, superseded by JS Cookie:

GitHub 3 min read
View original
Summary (TL;DR)
This project has moved to https://github.com/js-cookie/js-cookie. It's a lightweight jQuery plugin for handling cookies. Supports creating, reading, and deleting cookies with options like expiration, path, domain, and secure flag. Can be used as AMD or CommonJS module. Note that GitHub raw files are not for direct use. Deleting requires matching attributes. Configuration includes raw mode and JSON support. Converters can parse values on read.