Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4271526
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T07:27:15+00:00 2026-05-21T07:27:15+00:00

I have a cookie which I would like to read then remove one entry

  • 0

I have a cookie which I would like to read then remove one entry from it based in the widget ID.

if (thisWidgetSettings.removable) {
            $('<a href="#" class="remove">CLOSE</a>').mousedown(function (e) {
                /* STOP event bubbling */
                e.stopPropagation();    
            }).click(function () {
                if(confirm('This widget will be removed, ok?')) {

        $.ajax({
            type: "get",
            url: "/controllers/widget.php",
            data: {
                method: "remove",
                widgetID:thisWidget.id,
                   },
                   dataType: "json",

                });

        var mycookie = $.cookie("mypreferences");

//remove based on id here


as suggested…

var cookieName = ‘myCookie’;
var cookie = $.cookie(“preferences”);

                        var cookie = cookie.split('|');

                         $(cookie).each(function(index){

                               var thisCookieData = this.split(',');


                            alert(thisCookieData);


                              });
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-21T07:27:15+00:00Added an answer on May 21, 2026 at 7:27 am

    use split() to get individual elements from your cookie and than loop through them, and remove it. and then combine the rest of your entries and save it.

    split reference:

    http://www.w3schools.com/jsref/jsref_split.asp

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have one application which uses the standard .NET forms authentication cookie, now I
I have a URI here in which a simple document.cookie query through the console
I have seen a feature on a site I would like to emulate. I
I would like to set a specific cookie domain for my cookies, because this
What I would like to do is have my admin user be able to
I have a Rails app that sets a cookie and does a redirect to
I have the following code that sets a cookie: string locale = ((DropDownList)this.LoginUser.FindControl(locale)).SelectedValue; HttpCookie
I have a function that checks if a cookie (by name) exists or not:
I have an object that is mapped to a cookie as a serialized base-64
We have an application that among other things, checks the existence of a cookie

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.