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?

link|improve this question

73% accept rate
feedback

1 Answer

up vote 3 down vote accepted

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

link|improve this answer
so good to know!!!!! – funk-shun Dec 6 '11 at 4:11
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.