scroll - Javascript Scrolling all the way up in Google Hangouts -


how can scroll way beginning of chat in google hangouts?

i tried window.scrollto(0,0); , other things don't seem work.

try this:

$('html,body').scrolltop(0); 

Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

android - How to prevent keyboard from closing when bottom dialog is open? -