I just got the versions of UI from the trunk, which is at Revision 1215 right now. Those are what will be 1.6, correct? In any case, when you use the serialize function of the sortable, it is supposed to spit it out in this format: "setname[]=number&setname[]=number" (taken from docs.jquery.com)
I can confirm that this is not happening, it is doing: "setname=number&setname=number" which just sets a variable to the last one, not create an array. Is this intentional, a change in the 1.6 version? I haven't seen anything about that, so I'm guessing not. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
