I have a large amount of data within a div. To manage this, I've utilized the overflow
property to hide the excess content. Now, my goal is to automatically scroll the scrollbar to the left in order to display the 4th, 5th, and 6th elements of the first row as well as the 4th, 5th, and 6th elements of the second row. Additionally, after a few seconds, I would like the scrollbar to move even further to reveal the 7th, 8th, and 9th elements of the first row along with the 7th, 8th, and 9th elements of the second row.
I am seeking advice on how to achieve this functionality. Are there any helpful JavaScript/jQuery plugins that could assist in addressing this issue?
For reference, here is the link to my JsFiddle
.