I've got a table with a header, a row with input fields, rows with data.
If somebody enters something into an input field I want to filter the data with an ajax query. After receiving the new table I change the content of the old one: div.innerHTML = req.responseText;
and it blinks. How to avoid that?