views:

77

answers:

1

Hi All,

I have a problem while using jquery sortable. I am using sortable between two unordered lists . Eg. If i have list 1 and list 2 then after sorting i want to get all the elements in list 2. How can i get that. If i perform sorting again then the list i got earlier would be lost i want to maintain that list.

A: 

I think what you're looking for is this http://docs.jquery.com/UI/Sortable#method-toArray

jayrdub