Jquery UI Sortable Item Contents

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

Filed under:
|
|
|

So I have this shopping list coded in php and js:

http://www.whatcouldicook.com/recipes/planner

So people can add, delete or sort the list and thats fine, I dont want multiple lists and instead just have a list item containing a heading tag to represent a new list.

All this works and then using serialize I can save the ordering/modifying of the list.

I don't know how to get the list contents however as these will be dynamic from the user.

All the code is on that url so hopefully you can examine the code there.

Thanks everyone

© Stack Overflow or respective owner

Related posts about php

Related posts about jQuery