How to synchronize scroll events between two divs.
Patrick Mast
1 year ago
I'm working with two divs. When I scroll in one div, can I make the other div scroll as well? Is it possible to capture the scroll event in div1 and apply it to div2 so that div2 scrolls? Additionally, I don't want div1 to scroll at all.