Return to Snippet

Revision: 66552
at May 22, 2014 18:09 by buda9


Initial Code
$("a[href='#bottom']").click(function() {
  $("html, body").animate({ scrollTop: $(document).height() }, "slow");
  return false;
});

Initial URL


Initial Description
jQuery Scroll to bottom of page

Initial Title
jQuery Scroll to bottom of page

Initial Tags
jquery

Initial Language
CSS