1

How can I scroll all the way up to the beginning of the chat in Google Hangouts?

I tried window.scrollTo(0,0); and some other things but they don't seem to work.

whackamadoodle3000
  • 6,684
  • 4
  • 27
  • 44
Fahem Moz
  • 327
  • 3
  • 11

1 Answers1

0

Try this:

$('html,body').scrollTop(0);
whackamadoodle3000
  • 6,684
  • 4
  • 27
  • 44