Javascript get li values and encode them
- by bluedaniel
At the moment I have two (maybe more) unordered lists which are sortable with jquery and ui.
The things that work are that the lists are connected, items are draggable, items can be removed and a form that adds to the list.
What I need however is a function that gets all the content for li items and json encode them ready to be sent off to some db function, or something.
Im new to jquery however and cant find documentation for li items.
Hope Ive explained this well.
Daniel