1

How does tadalist instantly add a new todo item without having to do a page refresh?

Is there a way to do a dynamic add to a database?

user3459110
  • 270
  • 1
  • 4
  • 18
funk-shun
  • 2,753

1 Answers1

3

It uses AJAX, and you can do anything with an ajax call that you can with a normal page refresh, including database updates.

Paul
  • 61,193