Javascript get li values and encode them

Posted by bluedaniel on Stack Overflow See other posts from Stack Overflow or by bluedaniel
Published on 2010-06-07T16:49:29Z Indexed on 2010/06/07 16:52 UTC
Read the original article Hit count: 180

Filed under:
|
|
|

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

© Stack Overflow or respective owner

Related posts about java

Related posts about jQuery