Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript MouseWheel function

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #42234
    kiddo
    Participant

    hi guys,

    i created one page website that have many div and after that i want navigate between div using MouseWhell so i made it like this [Example](http://jsfiddle.net/roXon/r3x7r/ “JSfiddle”).

    but the problem now when the user scroll twice or using touchpad to scroll it, the page will jump to 2 or 3 div ahead.

    all i want is to make when user scroll it twice or more it keep jump to next div so no matter how much user will scroll it always jump to the next/perv div

    is it possible ???

    EDIT

    i managed to solved that with added delay for the each time the function being called.

Viewing 1 post (of 1 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.