What does scrollLeft() function of jquery do? What does it mean when I write $(window).scrollLeft(),$(window).scrollLeft(1300), $("div.test").scrollLeft() and $("div.test").scrollLeft(1000)?
What does scrollLeft() function of jquery do? What does it mean when I write
Share
I’m assuming you’re talking about the CSS
.scrollLeft()method?In other words, it tells you and lets you set how many pixels the page (or an element) is scrolled horizontally.