my php will grab random row and write in to < ul > and < li > and it using html5 sortable
<ul id='sortable_A'>
<li>A1</li>
<li>A2</li>
<li>A3</li>
<li>A4</li>
</ul>
so now how can i using jquery to get all children of in this way
var li_A = A1,A2,A3,A4
after i get it, then i will use it to update database accordingly
Ps: or have any other better way?
You can do
http://jsfiddle.net/nicolapeluchetti/hhkaV/