I have a div with large data. I have used overflow
property to hide the extra data and now I want my scroll-bar to move automatically to the left to a position from where 4th, 5th, 6th element of 1st row and 4th, 5th, 6th, element of 2nd row will be visible. then after few seconds i want the scrollbar move more to the left so that 7th,8th,9th of 1st row and 7th,8th,9th element of second row will be visible
How it can be done. Is there any javascript/jQuery plugins to resolve my problem.
Here is my JsFiddle