I have a sortable with has nested content in each sortable item:
- item 1content i want to get
- item 2content i want to getss
- item 3content i want to get changed
I have a submit button which serilizes the sortable so I can save the
changes of the order. I also want to save the changes I have made in
the div's but that information doesn't seem to get passed, only the
ids of the items.
So, the question, how can I get the inner html of the items?