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? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -