06-17-2008, 06:03 AM
|
#1 (permalink)
|
|
The Wanderer
Join Date: Jun 2008
Posts: 8
Thanks: 1
|
Loading individual rows in a table using AJAX.
I am trying to find a way to individually add rows to a table with AJAX without it loading them all at once.
The script I am using takes quite alot of time, and I would rather receive the information slowly, then all at once.
The script that the AJAX will recieve prints
<tr><td>Simple</td><td>Example</td></tr>
But my question is how can it get alot of those without it all loading at the same time.
|
|
|
|