I was hoping for a good suggestion on how to remove/unbind events bound from a plugin. I am using a plugin that includes a javascript function for scrolling on overflow. Unfortunately, this also captures the wheel, such that the window cannot scroll. I am therefore interested in a way to disable/remove/unbind the wheel event which I can do in the browser. Any good suggestions?