Comments on: Serializing Javascript Objects into Cookies http://www.terminally-incoherent.com/blog/2008/11/25/serializing-javascript-objects-into-cookies/ I will not fix your computer. Tue, 04 Aug 2020 22:34:33 +0000 hourly 1 https://wordpress.org/?v=4.7.26 By: Luke Scalf http://www.terminally-incoherent.com/blog/2008/11/25/serializing-javascript-objects-into-cookies/#comment-20458 Wed, 05 Oct 2011 16:31:55 +0000 http://www.terminally-incoherent.com/blog/2008/11/25/serializing-javascript-objects-into-cookies/#comment-20458

Great article. The JSON and Cookie plugins are very handy. One thing to watch out for in your first code sample though. The toSource() javascript function is only available to Gecko based browsers (Firefox) and will not work in IE or Safari.

Reply  |  Quote
]]>
By: Nico http://www.terminally-incoherent.com/blog/2008/11/25/serializing-javascript-objects-into-cookies/#comment-19791 Wed, 27 Jul 2011 12:01:45 +0000 http://www.terminally-incoherent.com/blog/2008/11/25/serializing-javascript-objects-into-cookies/#comment-19791

Very usefull indeed. Thanks!

Reply  |  Quote
]]>
By: El Guapo http://www.terminally-incoherent.com/blog/2008/11/25/serializing-javascript-objects-into-cookies/#comment-17967 Tue, 07 Dec 2010 02:17:07 +0000 http://www.terminally-incoherent.com/blog/2008/11/25/serializing-javascript-objects-into-cookies/#comment-17967

Good job thanks

Reply  |  Quote
]]>