Код: Выделить всё
[url=http://www.cdc.gov/animalimportation/images/dog2.jpg]Scroll to bottom[/url]
here is some secondary information
< /code>
jquery < /strong>
< /p>
$('.scroll-to-bottom-link').click(function(){
$('html, body').animate({scrollTop : $('body').height() }, 800);
return false;
});
< /code>
Есть идеи о том, как это сделать? Другие параметры, которые я нашел, используют href = "#"
Подробнее здесь: https://stackoverflow.com/questions/292 ... link-click