Include jQuery.scrollTo[1] and then, everytime the Ajax response arrives: $.scrollTo(0, 1000);
Where 1000 is how many milliseconds to animate. You can of course add more settings as needed. [1] http://flesler.blogspot.com/2007/10/jqueryscrollto.html -- Ariel Flesler On Aug 23, 9:34 pm, "Erik R. Peterson" <[email protected]> wrote: > Any one can help with a script to scroll to the top of the page AFTER > an AJAX REQUEST loading a div? > > Erik

