Hey all,
I was wondering if there's a some algorithm or resource that will look at the changes made from an AJAX request and not update the whole box (causing a flicker) but just add/remove the changes made.
This is specifically used with the keypress command.
A good example is stack overflows "preview" it doesn't flicker when you add more text it just parses the text then adds it (though I'm not sure that it uses AJAX in stackoverflow's case).
I'm using jquery like so: $('#content').html(response);
Thanks! Matt Mueller