Cookie JS

A JavaScript library which easily lets anyone, with or without knowledge of online cookies, create, delete, and manage cookies for your new website

Download Docs

Download

Download the latest version of Cookie JS directly to your PC

Download

Then paste this code at the bottom of your HTML document


<script src="path/to/cookie-js/cookie-js/main/cookie.js"></script>

JSdelivr CDN

Copy and paste this code somewhere at the end of your HTML document


<script src="https://cdn.jsdelivr.net/npm/web-cookies-js/main/cookie.min.js" crossorigin="anonymous"></script>

NPM package manager


npm i web-cookies-js

Github

Visit the Github repository for Cookie JS