1.6 Sortable Serialize problem
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.