Possible Duplicate:
How do I stop a web page from scrolling to the top when a link is clicked that triggers javascript?
my browser scrolls to top after ajax request then i use
$('html, body').animate({ scrollTop: $('#loadMore').offset().top }, 2000);
to scroll back to my div. is there a way i stop it from scrolling to top from the beginning