Skip to main content

Johan Bové

javascript - How do I get an element to scroll into view, using jQuery? - Stack Overflow

Contains a good example for Element.scrollIntoView()

Funny that the actual solution can also be done without JQuery.
cf. https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollIntoView

Johan Bové

Finally got to try out implementing the / / example Chat application. Built it with classic (for now) and got it running on a local Raspberry Pi, including nginx reverse proxy. Still lots of details to take care of, but it's fun how fast you can build something useful - albeit insecure - in a couple of concentrated hours.
Example source here: https://github.com/socketio/socket.io/tree/master/examples