I have a requirement where I need to synchronize the scrolling for 2 divs that are next to each other. What would be the best way to acheive this?
Thanks,
Chris
P.S: Right now both the divs have their own table/s and/or div/s inside whose content ensure there is always a scroll bar on both of them always visible.
You could just add a
scrollevent listener, and then sync them from there? Example