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 -

javascript - How to bind ViewModel Store to View? -

javascript - Solution fails to pass one test with large inputs? -