Hi,
I have a number of boxes, with come contents in each one of them. Now
I'm trying to make an AJAX submit of these contents and their order,
but I am unable to solve following problem:

when I use the update callback, both lists are updated when moving
from one to another. But since I always send just ajax request
containing the info about the contents of the actual box, when I
update two lists by moving from one to another, sometimes it happens,
that the update callback of the source list is fired first and
therefore the list item moved is not yet updated (it updates with the
second list). It gets updated with the target list update, but now I
have the item visually in both boxes. I wonder if there's some option,
to force the target update being fired first, or solve the problem
some other way.

Thank you for any hints, Kopec

--~--~---------~--~----~------------~-------~--~----~
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