views:

73

answers:

1

Hi all, I'm attempting to save strings inputed by users using JQuery Cookies. I've trawled through google but to no avail, i'd like to make the data i send to cookies structured as there will be many different places users will have to add text to (XML?). Cheers, Kay

A: 

I am recommending jQuery cookie plugin and if you need more read about subcookies.

Elzo Valugi
I'm experimenting with the jQuery cookie plugin, but the demonstation + examples online aren't very clear/helpful. Subcookies are designed for for YUI i think.
Kay
this example is for jQuery with YUI influence, correct
Elzo Valugi