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);      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
Post a Comment