How to create ToDo List using jQuery? (original) (raw)

Last Updated : 23 Jan, 2020

This article focuses on developing a To-do List with some basic features like:

  1. Add Task
  2. Delete Task
  3. Cross the completed tasks

**Prerequisites:**Basic knowledge of Front-end development using HTML, CSS, JS, jQuery & Bootstrap-3.
Steps:

  1. **Initialize the layout:**- Add a input text-box with a button to add the tasks to the main list. - We will set the container containing the above as fixed at the button using some CSS position fixed property. - Now we will add the container where the tasks will be added.Below is the code along-with explanation for the above: html `

"" title="undefined" rel="noopener noreferrer">https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">