Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8492721
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T22:48:18+00:00 2026-06-10T22:48:18+00:00

I use the scrollTop along with the mousewheel tweak on jQuery to navigate on

  • 0

I use the scrollTop along with the mousewheel tweak on jQuery to navigate on my website, the problem is: it works (not so bad) with a real mouse : you have to scroll ONE notch to go to second part of the site if you scroll 2 notches it’ll go to page 3 etc..

So when someone uses a laptop to scroll it seems very buggy: it goes straight to the last page of the site.

I’d like to know how to catch several notches of scrolls till the user stops scrolling. Exactly like on this page: neverbland.com

Here’s mine: knmprod.com/knmprod

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T22:48:20+00:00Added an answer on June 10, 2026 at 10:48 pm

    You could use the mousewheel plugin and a timer to check for when the wheel hasn’t moved for several milliseconds – say 250 – and then execute the page change. This will allow a single page change for each mouse movement, regardless of the speed or type of mouse – same as neverbland.com does:

    $('body').mousewheel(function() {
      clearTimeout($(this).data('timer'));
      $(this).data('timer', setTimeout(function() {
         alert('Change Page');
      }, 250));
    });
    

    JSFiddle Here

    I hope this helps!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm facing a problem with jquery animate scrollTop to a defined div. I use
I have a long page and use a menu to navigate to different parts
I have an ASP .NET page where I use jQuery. I used this function
How to use jquery scrolltop from jquery ajax handle page? page aa.html : <!DOCTYPE
I am trying to use a very basic smooth scrolling feature with jQuery's scrollTop
I'm trying to use scrolltop method and event.preventDefault is not working properly. What I'm
How can I use the scrolltop without an animation This code works: var offTop
I know how to get the scrollTop of a page, I use this simple
I'm trying to use jQuery.scrollTo plugin with accordion (where one block expands after clicking
Im trying to use a Web Service to set an Airport code using Jquery

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.