You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Convert it into the array or serialised format, send it to the backend and update it by deserialising. :)
I can confirm that this not only works but is incredibly easy to accomplish with an ajax post. You can send the entire array as a post variable... assuming the amount of data is small enough. Then, your server side script can loop through the array elements and update the ones which have changes.
Hi.. I'm in love with your nestedSortable.js.
I just wanna ask if it's possible to store the order of the nested list I created into the database?
The text was updated successfully, but these errors were encountered: