Title: Scroll to div using scrollbar
Last modified: August 22, 2016

---

# Scroll to div using scrollbar

 *  [dgalfano](https://wordpress.org/support/users/dgalfano/)
 * (@dgalfano)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/scroll-to-div-using-scrollbar/)
 * Can this be modified to scroll to the next section using the scroll bar (in addition
   to the button links)? Here’s a live example: [http://www.jefferson.edu](http://www.jefferson.edu)
 * If not, any idea how to achieve this?
 * Thanks!
 * Dan
 * [https://wordpress.org/plugins/page-scroll-to-id/](https://wordpress.org/plugins/page-scroll-to-id/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [malihu](https://wordpress.org/support/users/malihu/)
 * (@malihu)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/scroll-to-div-using-scrollbar/#post-5180503)
 * The plugin provides a method to programmatically scroll-to an id without clicking
   a link.
    The method is `scrollTo` and you can use it in your script(s) like this:`
   $.mPageScroll2id("scrollTo","#id");`
 * To achieve an effect similar to the link you posted, you’d need to use the method
   code above inside a scroll event (probably using a mousewheel plugin like this
   one: [https://github.com/brandonaaron/jquery-mousewheel/](https://github.com/brandonaaron/jquery-mousewheel/)).
 * More info on `scrollTo` method:
    [http://manos.malihu.gr/page-scroll-to-id/#methods-section](http://manos.malihu.gr/page-scroll-to-id/#methods-section)

Viewing 1 replies (of 1 total)

The topic ‘Scroll to div using scrollbar’ is closed to new replies.

 * ![](https://ps.w.org/page-scroll-to-id/assets/icon-256x256.png?rev=1401043)
 * [Page scroll to id](https://wordpress.org/plugins/page-scroll-to-id/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/page-scroll-to-id/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/page-scroll-to-id/)
 * [Active Topics](https://wordpress.org/support/plugin/page-scroll-to-id/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/page-scroll-to-id/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/page-scroll-to-id/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [malihu](https://wordpress.org/support/users/malihu/)
 * Last activity: [11 years, 10 months ago](https://wordpress.org/support/topic/scroll-to-div-using-scrollbar/#post-5180503)
 * Status: not resolved