sortable reconfiguration using sortable( "serialize", options )
Hi guys
I am new to jquery and i am using the sortable UL to allow users to
sort things on the home page. I have access to the serialized string
every time the sortable is changed i can store it in a DB but i don't
understand how i can use this serialized string to reconfigure the
sortable next time a user logs in, the only way i can think of is to
break up the string and do it in a hard way.
Any suggestions welcome.
Thanks
Nadeem