DO YOU NEED A CONTENT WRITER FOR YOUR BUSINESS?

Your One-Stop Solution for All Content Needs! Click here for more!
Categories: jQuery

jQuery Cookie (Set, Get and Delete)

Share

Cookies are the most important thing or technology for storing data on the client side environment. jQuery Cookie is a simple, lightweight plugin for writing, reading and deleting cookies from client side.

At first you need to download jquery.cookie plugin and simply need to add it in your pages.

<head>
<script src="js/jquery.js"></script>
<script src="js/jquery.cookie.js"></script>
</head>

Set Cookie:

$.cookie('cookie_name', 'cookie_value');
$.cookie('cookie_name', 'cookie_value', { expires: 7 });

To cover all the options:

$.cookie("cookie_name", 'cookie_value', {
expires : 7,
path    : '/',
domain  : 'namasteui.com',
secure  : true
});

Get Cookie:

$.cookie('cookie_name');

returns the value ‘cookie_value’;

Read Also: Differences Between jQuery .bind() vs .live() vs .delegate() vs .on()

Delete Cookie:

$.cookie('cookie_name', null);
$.cookie('cookie_name', null, { path: '/' });
$.removeCookie("cookie_name");
Jacob Frazier

Based on United States, Jacob Frazier is a skilled JavaScript developer with over 8 years of experience. He is passionate about change and trying new things, both professionally and personally. He loves startups and is extremely proactive.

Recent Posts

5 Secrets of Online Trading You Should Know

Online trading has brought ease of trading, better security protocols, and fast trade executions; however,…

1 week ago

Top Brand Promoter Agency in India | Increase Retail Sales by 40%

Very few brands suffer from a product issue. It's a conversion issue. People enter DMart,…

2 weeks ago

Retail KYC Collection & Verification Services in India | Fast & Compliant

The onboarding process of the retailer, distributor, or partner may soon become problematic if there…

2 weeks ago

All You Need to Know about Low THC Oil Registry Card Georgia

Many of the states in the United States of America allow the use of medical…

3 weeks ago

Easy Ways to Strengthen Online Security and Privacy

Did you know that every time you browse this website or any other, you leave…

4 weeks ago

Play Anytime, Anywhere with GameZone Arcade Games

Online casino has gained immense popularity with the rise of online casinos. Platforms like GameZone…

4 weeks ago