I\'m implementing a sortable list of images with jquery in a Zend Framework application.
I just can\'t get the .sortable(\'serialize\') method to return more than an empty s
(link update)
hi, I stumbled across a similiar problem a few days ago, though in my case it was important to keep the order of the elements intact. I coded a small plugin which will allow you to serialize ul and ol lists of arbitrary depth and complexity: