- What is it?
- How does it work?
- What is required to use $ ?
-
GET: Display the new todo form
-
GET: Display the unique task & hide all other tasks
-
POST: Persist a new task to the database & show it at the top of the list
-
BONUS: Change a task to COMPLETED!
- click the button COMPLETE! to UPDATE (CRUD) attribute (completed) in db
- remove COMPLETE! button
- What does AJAX allow us to do? What is AJAX a function of?
- How does data get exchanged from client side to server?
- What's the code look like with an AJAX?