Documentation v1.0.6

Preview Upgrade to Pro

Overview

Cookie is an exclusive component of Jet HTML Free that provides a simple integrated way to manage cookies via Javascript. For more info on cookies, please visit: https://javascript.info/cookie

Usage

Cookie's Javascript bundles are globally included in all pages. However, custom cookie management will require additional JS to be included.
<script src="assets/js/scripts.bundle.js"></script>

Initialization

  • Cookie is globally initialized and can be controlled via our custom get, set and remove API methods.
  • Cookie instances can also be controlled programmatically. See below for more info.

Methods

All Cookie components are initialized automatically, however the following are Cookie's API functionality methods for more control.
Name Description
set(name, value, options) Create a new Cookie with specified name, value and options
var date = new Date(Date.now() + 2 * 24 * 60 * 60 * 1000); // +2 day from now
var options = { expires: date };
KTCookie.set("user_logged_in", "yes", options);
get(name) Returns the selected cookie if applicable.
KTCookie.get("user_logged_in");
remove(name) Destroys the selected cookie.
KTCookie.remove("user_logged_in");
Upgrade To Pro
Pro Version Benefits Free Pro
UI Elements 20 100
In-house Components 20 40
Crafted Pages 5 20
Complete Documentation
Product Support
Layout Builder
Source Vectors
Email Templates
Calendar App
User Management App
Chat App
Customers App
Upgrade to Jet HTML Free
Learn & Get Inspired

Support at devs.keenthemes.com

Join our developers community to find answer to your question and help others. FAQs
Get Support
Documentation
From guides and how-tos, to live demos and code examples to get started right away.
Plugins & Components
Check out our 300+ in-house components and customized 3rd-party plugins.
Layout Builder
Build your layout, preview it and export the HTML for server side integration.
What's New
Latest features and improvements added with our users feedback in mind.
Buy now