Created
May 20, 2015 12:53
-
-
Save orioltf/d58a1a612344b5b51632 to your computer and use it in GitHub Desktop.
#JS #UTIL cookies.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docCookies.setItem(name, value[, end[, path[, domain[, secure]]]]); | |
docCookies.getItem(name); | |
docCookies.removeItem(name[, path[, domain]]); | |
docCookies.hasItem(name); | |
docCookies.keys(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment