AJAX and Double Buffering
Posted: Tue Apr 04, 2006 3:38 pm
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...
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...