View Single Post
Old 06-17-2008, 05:03 AM   #1 (permalink)
TexasMd91
The Wanderer
 
Join Date: Jun 2008
Posts: 8
Thanks: 1
TexasMd91 is on a distinguished road
Default 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.
TexasMd91 is offline  
Reply With Quote