Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 132 Bytes

scroll-to-bottom-of-html-page-using-jquery.md

File metadata and controls

3 lines (2 loc) · 132 Bytes

Scroll to bottom of html page using jQuery

$("html, body").animate({ scrollTop: $(document).height()-$(window).height() });