Five Guys makes my favorite Production Burger
1
Lettuce, Tomato, Onion, Ketchup, Mustard, and Double A1 Sauce which really makes the difference.
January 28 · Reply
Empty no textarea, no images - March 12 - 1710256971
Empty no textarea, no images - March 12 - 1710257891
Empty no textarea, no images - March 13 - 1710353534
Empty no textarea, no images - March 13 - 1710354107
0
Great burgers!
May 17 · Reply
 
Elephant table for sale. 
Empty no textarea, no images - March 12 - 1710256422
Empty no textarea, no images - March 12 - 1710257866
Empty no textarea, no images - March 13 - 1710353146
Empty no textarea, no images - March 13 - 1710354091
 
// Get the like button and unlike button elements
const likeButton = document.getElementById('like-button');
const unlikeButton = document.getElementById('unlike-button');

// Set the initial state of the like button and unlike button based on the value of the "like" cookie
if (getCookie('like') === 'true') {
  likeButton.style.display = 'none';
  unlikeButton.style.display = 'inline-block';
} else {
  likeButton.style.display = 'inline-block';
  unlikeButton.style.display = 'none';
}

// Add a click event listener to the like button
likeButton.addEventListener('click', function() {
  // Set the "like" cookie to "true"
  setCookie('like', 'true', 365);
  // Update the button display
  likeButton.style.display = 'none';
  unlikeButton.style.display = 'inline-block';
});

// Add a click event listener to the unlike button
unlikeButton.addEventListener('click', function() {
  // Set the "like" cookie to "false"
  setCookie('like', 'false', 365);
  // Update the button display
  likeButton.style.display = 'inline-block';
  unlikeButton.style.display = 'none';
});

// Function to get a cookie value
function getCookie(name) {
  const value = `; ${document.cookie}`;
  const parts = value.split(`; ${name}=`);
  if (parts.length === 2) return parts.pop().split(';').shift();
}

// Function to set a cookie
function setCookie(name, value, days) {
  const date = new Date();
  date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
  const expires = `expires=${date.toUTCString()}`;
  document.cookie = `${name}=${value};${expires};-Path=/`;
}
-1
Sweet sweet code
Dec 24, 2022 · Reply
0
var x = 1;
January 10 · Reply
0
WHATEVER
June 18 · Reply
 
Please login to add new posts.
 
About Country
United States
World
29 Subscribers108 Posts
Country
The U.S. is a country of 50 states covering a vast swath of North America, with Alaska in the northwest and Hawaii extending the nation’s presence into the Pacific Ocean. Major Atlantic Coast cities are New York, a global finance and culture center, and capital Washington, DC. Midwestern metropolis Chicago is known for influential architecture and on the west coast, Los Angeles' Hollywood is famed for filmmaking.
Invite Others to Join This Community
Parent Planet
The World
47 Subscribers66.5k Posts
Planet

My Account · Posts · Albums · People
Terms of Service · Privacy Policy · Mobile · Copyright © 2024 Zuppon.com
English · Deutsch · Français · Español · 日本語 · हिन्दी · Português · tlhIngan Hol