hi katel-jan

I made my own nested sortables before hitting walls and then found
yours.
It fill my needs except for one thing :

I'd simply like to update the ID of the moved item in order to reflect
its new parent
for example :

0_100
0_200
  200_10
  200_12
0_300

when I move 0_100 as a child of 0_200, i'd like to update its ID to
200_100, to track its new location within the tree.
I could do this in javascript if we had a callback function like
update: in ui.sortable.js ?
or is there already one, and how to call it ? (i'm not a jquery
maven...)

thank you
Dominique
www.quinode.fr

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