Nosh Posted January 9, 2008 Share Posted January 9, 2008 hi ! This is my first post here =) I work with prototype and scripaculos. I have some lists with elements, or not (ul, li), and users can drag and drop each elements in any list, whatever. So i have in my js file a sortable.Create with an onUpdate function. OnUpdate is called when drag ends and the Sortable’s order is changed in any way. But it's called 2 times, one for each list of draged elements. And the order of execution is, i guess, random or from the smaller to the bigest... So my question is, how can i know the order of execution of onUpdate ? Thanks =) Quote Link to comment Share on other sites More sharing options...
DanDaBeginner Posted January 16, 2008 Share Posted January 16, 2008 this might help you http://www.gregphoto.net/sortable/ ... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.