Spaceface16518 / Converse

A web based chat website using socketIO and express
https://converse2.herokuapp.com/
0 stars 0 forks source link

Autoscrolling #8

Closed Spaceface16518 closed 6 years ago

Spaceface16518 commented 6 years ago

Write better auto scroll functions for both the on message and on input focus elements.

This can be done with the JQuery plugin scrollTo

here is a link to the github page of said plugin

here is a SO question that pertains

here is a link to a site claiming to do it without a plugin