How does jQuery.scrollLeft() work?
Answers
Answered by
0
To set the scrollleft position in jQuery, use the scrollLeft() method. The scrollLeft( ) method gets the scroll left offset of the first matched element. This method works for both visible and hidden elements.
Similar questions