Get the position of the element (http://docs.jquery.com/CSS/position). The X & Y coordinates. Then use
window.scroll(x,y); to move to that specific position of the window. ^.^ On Jan 15, 6:36 pm, Alexey <alexey.polio...@gmail.com> wrote: > Hello > If I ajax update an element which is in the lower part of the window > the browser moves the window in the starting position. How can I stay > above the updated element after update? > thanks > Alex > > jquery is great!