rustybailey / socket-chat

A simple chat app using socket.io
http://socket-chat3000.herokuapp.com/
0 stars 0 forks source link

Auto scroll #2

Open rustybailey opened 9 years ago

rustybailey commented 9 years ago

Auto scroll to the bottom of the chat window when there are new messages.

dpetraz commented 7 years ago

if you're using socket.io and your chat window is growing (but the html isn't actually updating with content), then the following method should force the 'growing'

to automatically scroll down after every emit/broadcast event that you choose (i.e., scroll down after chat window updates with a new post). enjoy!

// use jquery