Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Jquery Sortable: update method Reply To: Jquery Sortable: update method

#176178
John Watson
Participant

If you need to send all changes at once, you can combine remove and receive events and in each collect data into one array which then you can post as json on the stop event. Here is the solution: http://r2d2.cc/2014/07/22/jquery-sortable-connectwith-how-to-save-all-changes-to-the-database/