By gdboling
via blog.greggbolinger.com
Submitted: Sep 01 2010 / 11:12
I used the jQueryUI demo for creating a sortable accordion. On the update callback I needed to serialize the sortable data to send to the server to update the sequence numbers of my objects. The sortable widget has a convenience method called 'serialize' that gives you back a query string of the newly sorted values. Unfortunately, when you make an accordion sortable, this method no longer works.



Add your comment