gromo / jquery.scrollbar

jQuery CSS Customizable Scrollbar
GNU General Public License v2.0
755 stars 237 forks source link

How do I scroll to an id of an element? #156

Closed JustRewired closed 6 years ago

JustRewired commented 6 years ago

I would like to know how do i scroll to an id of an element or a set position in px.

Thank you

gromo commented 6 years ago

Just use jQuery scrollTop function, or use anchors with tags, as you do it like if there is no custom scrollbar.

JustRewired commented 6 years ago

Thank you, I found this out 2 mins ago.

P.S : Very good work on this plugin