jQuery Todo List Component

    jQuery Todo List Component

    A simple to do list in jQuery.

    • The visitors can simply add and remove tasks.
    • Visitors can also mark an incomplete task as complete and a complete task as incomplete task.
    • User can mark all tasks as finished or incomplete
    • Whenever a user adds a new task the task is kept highlighted for a few seconds
    • Users can create a new task either by clicking Add Task Button or by hitting Enter Key
    • A notification is displayed whenever users create a task, delete a task or marks a task as complete/incomplete

    Leave a Reply