Does anyone have any examples?   I guess no one has done this or
doesn't know how?

I need to load the (new) sequence of the sortables from a cookie. How?
Here's my line of code that saves the cookie, but I don't know how to
reload the new order from the cookie:
        $.cookie(setCookieName, $(setSelector).sortable("toArray"),
{ expires: setCookieExpiry, path: "/" });



On Aug 27, 11:11 pm, Kelly <[email protected]> wrote:
> I seem to have the delimma so many of us have with saving the state of
> the sortables (portlets).  Yes, I can use the toArray to save it to a
> cookie, but then how do I load the array back??  There are no examples
> of this that work with jQuery 1.3.1+.
> Any ideas out there?
>
> I must be able to save/restore the sortables sequence (two columns) to
> cookies and just can't find anything that works....
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to