Revision: 66552
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
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