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

  • SEARCH
  • Home
  • 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 8177243
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T23:27:37+00:00 2026-06-06T23:27:37+00:00

the jsfiddle in question . I want to make it so if you scroll

  • 0

the jsfiddle in question. I want to make it so if you scroll inside the ‘c’ div it doesn’t propagate past the ‘b’ div and into the ‘a’. The problem seems to be that the scroll event doesn’t propagate as i’d expect it to. Is there any way to make it behave the way I want it to? I tried the same thing with the click event and that worked like a charm.

  • 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-06T23:27:38+00:00Added an answer on June 6, 2026 at 11:27 pm

    scroll is too high level and isn’t directly related to the mouse wheel but to the scrolling of the item.

    It works if you use the mousewheel event :

    $('#c').on('mousewheel', function(e){
        $('#console').append('<br />C scrolled!');
    });
    $('#b').on('mousewheel', function(e){
        e.stopPropagation();
        $('#console').append('<br />B scrolled!');
    });
    $('#a').on('mousewheel', function(e){
        $('#console').append('<br />A scrolled!');
    });
    

    You can check here that only “C scrolled” and “B scrolled” are displayed when you scroll with the mouse over C : http://jsfiddle.net/dystroy/pvxXJ/

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

Sidebar

Related Questions

To explain my question I have created this http://jsfiddle.net/Jams/XNVB2/ here I want when div1
This jsfiddle example shows what I'm talking about, I gave the div in question
jsFiddle demo link Hi Guys, I want to bind the keypress event handler when
jsFiddle The left red div will not go all the way down. I want
I want to make the div's expand/collapse on the jquery click function I have
I have an example: http://jsfiddle.net/kamaci/uVQZc/3/ When I animate bigger blue div, I want to
Here is the code relevant to my question: http://jsfiddle.net/mkerny45/V23NK/ As you can see there
i have a very conceptual question regarding jquery. i have this fiddle http://jsfiddle.net/zvCrN/ What
Quick and silly jQuery selector question. Why this does not work : jsFiddle demo
I have a Jsfiddle application here . If you type in a question in

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.