[jQuery] Re: AJAX load: scrolling

2009-10-05 Thread Nathan Bubna
No, you can't postpone a DOM refresh as you describe. Your best bet is probably to wrap the table in a div that has a constant height, so the surrounding content remains in place as your table grows/shrinks. On Sun, Oct 4, 2009 at 4:21 PM, Dennis Madsen wrote: > > I've created some jQuery which

[jQuery] Re: AJAX load: scrolling

2009-10-05 Thread Dennis Madsen
Someone? On 5 Okt., 01:21, Dennis Madsen wrote: > I've created some jQuery which remove many tr rows from my table and > inserts new via AJAX. This indicate that the page is scrolling because > first the table increase after elements is removed and afterwards it > grows when the new content is i