[jQuery] Showing response text lines with delay

[jQuery] Showing response text lines with delay


Hello,
I'm creating a validation through AJAX and I'd like to show a "fancy"
console-like text. I'll explain what I mean, the responses are:
Step 1 data is correct...
Step 2 data is correct...
Step 3 data is correct...
Validation complete!
Now I'd like to show these lines of text with a delay and ofcourse
without any refresh.
Page a.php gives an AJAX request to page b.php and page b.php gives
those lines as a response to a.php.
Is this possible? Or do I have to put them in an JSON array and give
it to a.php?
Kind regards,
InterCoder