#4831 closed bug (notabug)
ui.sortables serialize function returns object
Reported by: | epoplive | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | ui.sortable | Version: | 1.8a1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I've noticed that in the 1.8a1 ui sortables, the serialize method seems to return an object instead of a string.
Inside the ui.sortable code, doing a alert(typeof(str.join('&'))); before the return shows 'string', but doing the same for the return from the actual .sortable("serialize) method shows 'object'.
Change History (4)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
It looks like this was actually due to using the 1.8a1 sortable code with the 1.7.2 core. Sorry about the confusion.
comment:3 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Marking as invalid by comment of author.
Note: See
TracTickets for help on using
tickets.
http://onewptest.lawinfo.com/sortTest.php
the first alert showing 'string' is from inside the ui.sortable code, the second alert showing 'object' is from the stop function with the actual .sortable('serialize') call