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:
- Add Task
- Delete Task
- Cross the completed tasks
**Prerequisites:**Basic knowledge of Front-end development using HTML, CSS, JS, jQuery & Bootstrap-3.
Steps:
- **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 `