Skip to content

Instantly share code, notes, and snippets.

@megatontech
Created September 2, 2019 07:16
Show Gist options
  • Save megatontech/8e50b5dc4a827af5198561fa4fea0fa0 to your computer and use it in GitHub Desktop.
Save megatontech/8e50b5dc4a827af5198561fa4fea0fa0 to your computer and use it in GitHub Desktop.
$.cookie
var cookieName = "SystemCheckMsg15";
$.cookie(cookieName, "over", { path: '/', expires: 3650 });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment