Skip to content

programmer-blog/jquery-drag-drop-todo-List-with-php-mysql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jquery-drag-drop-todo-List-with-php-mysql

Programmer Blog: http://programmerblog.net

Source code for Programmer blog article: https://programmerblog.net/jquery-drag-drop-todo-list-php-mysql/

Following tasks are performed in this tutorial

  1. Create a MySQL database and database table for todo list items

  2. PHP code to connect to database.

  3. Create php code to fetch incomplete and complete todo list items

  4. Display records on page in incomplete todo list items to the left side of page.

  5. Incomplete list items will be draggable.

  6. Complete list items will be displayed to the right side of the page.

  7. Completed list item area will be droppable.

  8. Add drag and drop jQuery code.

  9. After the item is dragged send an AJAX request to update status of list item as completed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages