Skip to content

Instantly share code, notes, and snippets.

@shey
Created January 21, 2014 21:56
Show Gist options
  • Save shey/8549219 to your computer and use it in GitHub Desktop.
Save shey/8549219 to your computer and use it in GitHub Desktop.
} moo-clientcide-1.3.js?jobofferinsidebar:2969
window.shoplocket.cookies.getItem("wcsid")
null
window.shoplocket.cookies.setItem("shey", "noo way")
true
window.shoplocket.cookies.getItem("shey")
"noo way"
window.shoplocket.cookies.removeItem("shey")
true
window.shoplocket.cookies.getItem("shey")
null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment