I have two div elements side by side with scroll.
If i scroll left div automatically right div also should scroll.(Like beyond compare scroll)
<div id="leftdiv" style="overflow-y: scroll;"> Left Content</div>
<div id="rightdiv" style="overflow-y: scroll;">Right Content</div>