[jQuery] Help : sort name in an <ul> where the li's a created from drag and drop.

[jQuery] Help : sort name in an <ul> where the li's a created from drag and drop.


Hi as the title says i'm looking to order a list taht is created by
drag and drop.
the structure is a normal unordered list
<ul>
<li>C item</li>
<li>E item</li>
<li>D item</li>
<li>F item</li>
<li>F item</li>
<li>A item</li>
</ul>
Can someone help me with that please.
Have looked at sort , sortable , etc...
But no real explanation found.
Regards