How can i auto scroll to bottom of page with jquery becuase i am requesting xmlhttp to update content of page
This Code work for me:-
jQuery("html, body").animate({ scrollTop: jQuery(window).height()}, 1500);