Hi!
What is the fastest way to replace a (big) TBODY in Internet Explorer?
So far I'm doing
$("#"+TABLE_ID+" tbody").replaceWith(newBody);
where
newBody is plain text. IE's profiler reports quite a bit of time for
replaceWith. I wonder if there is something faster.
Thanks,
Alexander