What is the technology behind Tadalist's "Add Todo Item"?

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?

funk-shun

Posted 2011-12-06T02:58:15.053

Reputation: 1 503

Answers

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

Posted 2011-12-06T02:58:15.053

Reputation: 52 173

so good to know!!!!! – funk-shun – 2011-12-06T04:11:15.217