Home › Forums › JavaScript › Jquery Sortable: update method › Reply To: Jquery Sortable: update method
July 22, 2014 at 1:10 pm
#176178
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/