-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
Hi,
I need to scroll a div to the bottom with javascript.
I'm doing it calling the method I created:
function scroll_to_bottom(elem){
$(elem).each(function( index ) {
$(this).scrollTop($(this)[0].scrollHeight)
});
}
Unfortunately, it doesn't work, though it works fine when I'm not using lionbars.
Metadata
Metadata
Assignees
Labels
No labels