#2979 closed bug (worksforme)
Serialize Function Returns Nothing
Reported by: | anonymous | Owned by: | paul |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | ui.sortable | Version: | |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
$('#mylist').sortable('serialize') refuses to return a value when using 1.2.5/1.2.6 and UI 1.5. Using code as provided in examples in documentation. No errors are returned that I can see.
Change History (2)
comment:1 Changed 15 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
comment:2 Changed 15 years ago by
Milestone: | 1.5 |
---|
Note: See
TracTickets for help on using
tickets.
Works completely fine for me. Make sure your items all have an id attribute with an id like "container_(number)", i.e. "mycontainer_1".