{"id":117,"date":"2008-08-14T16:15:33","date_gmt":"2008-08-14T14:15:33","guid":{"rendered":"http:\/\/www.hermione.de\/blog\/?p=117"},"modified":"2008-08-14T16:15:33","modified_gmt":"2008-08-14T14:15:33","slug":"cookies-jquery","status":"publish","type":"post","link":"http:\/\/blog.hermione.de\/?p=117","title":{"rendered":"cookies [jquery]"},"content":{"rendered":"<h4>cookies setzten mit jquery<\/h4>\n<table class=\"rosa\">\n<tr>\n<td>\n<pre><code>var CN = \"gdun\";\r\nvar CV =  \"Wasserfall:1218717451##Goldkammer:1218655401##Ixidion:1218546505\";\r\n\r\n<strong>\/\/ cookie setzen <\/strong>\r\n$.cookie(CN, CV, {expires: 10}); \r\n\r\n<strong>\/\/ cookie auslesen <\/strong>\r\nalert($.cookie(CN));\r\n\r\n<strong>\/\/ cookie loeschen <\/strong>\r\n$.cookie(CN, null);\r\n\r\n<\/code><\/pre>\n<\/td>\n<\/tr>\n<\/table>\n<pre><code>\r\nvar dd;\r\n if (CV != null) {\r\n      dd = CV.split(\"##\");\r\n}\r\n\r\nfor (i in dd) {\r\n   dd[i] = dd[i].split(\":\");\r\n}\r\n\r\nvar ddList = \"\";\r\nfor (i in dd) {\r\n   ddList += '&lt;tr>'\r\n               + '&lt;td>' + dd[i][0]+ '&lt;\/td>'\r\n               + '&lt;td>' + dd[i][1]+ '&lt;\/td>'\r\n               + '&lt;\/tr>';\r\n}\r\n$(\"#ddList\").html(ddList);\r\n<\/code><\/pre>\n<h4>links<\/h4>\n<ul>\n<li><a href=\"http:\/\/plugins.jquery.com\/project\/Cookie\">jquery cookie plugin<\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>cookies setzten mit jquery var CN = &#8222;gdun&#8220;; var CV = &#8222;Wasserfall:1218717451##Goldkammer:1218655401##Ixidion:1218546505&#8220;; \/\/ cookie setzen $.cookie(CN, CV, {expires: 10}); \/\/ cookie auslesen alert($.cookie(CN)); \/\/ cookie loeschen $.cookie(CN, null); var dd; if (CV != null) { dd = CV.split(&#8222;##&#8220;); } for (i in dd) { dd[i] = dd[i].split(&#8222;:&#8220;); } var ddList = &#8222;&#8220;; for (i in [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[10],"tags":[],"_links":{"self":[{"href":"http:\/\/blog.hermione.de\/index.php?rest_route=\/wp\/v2\/posts\/117"}],"collection":[{"href":"http:\/\/blog.hermione.de\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/blog.hermione.de\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/blog.hermione.de\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/blog.hermione.de\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=117"}],"version-history":[{"count":0,"href":"http:\/\/blog.hermione.de\/index.php?rest_route=\/wp\/v2\/posts\/117\/revisions"}],"wp:attachment":[{"href":"http:\/\/blog.hermione.de\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=117"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/blog.hermione.de\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=117"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/blog.hermione.de\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=117"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}