Hier ist das Live-Beispiel.
Code: Select all
$( document ).ready(function() {
$("#calcchat").scrollTop($(".ccinput:last").offset().top);
});
< /code>
Code: Select all
$( document ).ready(function() {
$("#calcchat").scrollTop($(".ccinput:last").offset().top);
});
< /code>