ekenfire
ekenfire

Reputation: 33

jquery sortable with php and mysql

Have two connected sortable lists inside a div.Need to be able to reorder items in each list,updating with ajax.And I want to use it with php and mysql.but I don't know how to do it? could anyone can help me? thanks!

Upvotes: 1

Views: 4357

Answers (1)

mauris
mauris

Reputation: 43619

This article might just be of help. I am using the example provided from the article with modifications for my website.

The jQuery Sortable Lists with Drag and Drop handling:
http://www.wil-linssen.com/jquery-sortable-lists-with-drag-drop-handle/

Extending the Sortable List to add AJAX and MySQL
http://www.wil-linssen.com/extending-the-jquery-sortable-with-ajax-mysql/

Upvotes: 2

Related Questions