Do a search on how to use the setTimeout() function. You can set a timeout on when each of the text will be displayed.
On Mar 28, 9:41 am, Josip Lazic <jlaz...@gmail.com> wrote: > Is it possible to display response from ajax script.... err something > like this: > I call ajax.php and usually i takes few seconds to finish, and I would > like to update 'target' with something like text progressbar. > > Finding solution.... > Coumputing infinity... > Talking with God... > Done. > > Currently this response is shown all at once after script finish.