[jQuery] Sorted unordered lists

[jQuery] Sorted unordered lists


I have two sorted unordered lists.
I allow users to drag and drop elements from the first list to the
second list.
I want to get the text of the elements that have been dnd on the
second list when
the user clicks the submit button. All I have been able to get is the
ids of the list
elements. Is there a way to get the actual text instead of the ids?