I would like to catch the onMouseWheel event for the whole page (for context I am doing custom scrolling) but need to stop everything else on the page handling it too. How could this be done?
Thanks in advance.
|
I would like to catch the Thanks in advance. |
|||||
|
|
You should call
after processing the event. Like this:
|
|||||||||||||
|
|
You can do it in jquery like this:
Alternate solution using pure javascript:
|
|||||||||
|