I have multiple sortable unordered lists that are generated from
entries in a database.  I'm currently using $ajax->sortable to make
all of these ajax sortable, but I'd like to have the lists update
database entries when things are moved from one list to another.

So I don't want to use serialize, since I don't really care what order
the items are in -- I just want to know the id of the list that it's
in.  Is there a way to identify the parent list of the item that was
just dragged using javascript?

Thanks.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to