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.
Share
scrollis 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
mousewheelevent :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/