---
title: "How to set and remove cookie using jquery?"  
description: "How to set and remove cookie using jquery?"  
author: "Pravesh Singh"  
published: 2014-10-08  
updated: 2014-10-08  
canonical: https://www.mindstick.com/forum/2335/how-to-set-and-remove-cookie-using-jquery  
category: "jquery"  
tags: ["javascript", "jquery"]  
reading_time: 1 minute  

---

# How to set and remove cookie using jquery?

How to set cookie?How to [remove](https://yourviews.mindstick.com/story/4554/8-harmful-weeds-to-remove-from-garden) cookie?

## Replies

### Reply by Anonymous User

you download this file[https://github.com/carhartl/jquery-cookie](https://github.com/carhartl/jquery-cookie)\
and then do this.\
set cookie:- $.cookie("Kamlakar",1001);\
Remove cookie:- $.removeCookie("Kamlakar");\


---

Original Source: https://www.mindstick.com/forum/2335/how-to-set-and-remove-cookie-using-jquery

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
