AJAX and Double Buffering

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
User avatar
Todd_Z
Forum Regular
Posts: 708
Joined: Thu Nov 25, 2004 9:53 pm
Location: U Michigan

AJAX and Double Buffering

Post by Todd_Z »

First, has anyone implemented double buffering in ajax applications, and has it worked well?

I am pulling a list of information from a database, then setting the innerHTML of a <tbody> tag to the results, however, this causes a flicker effect which I am trying to get rid of, I don't know if a double buffering implementation would do the trick...
Post Reply