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?
|
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?
| |||
|
feedback
|
|
It uses AJAX, and you can do anything with an ajax call that you can with a normal page refresh, including database updates. | |||
|
feedback
|