HTML onmousewheel 事件属性


定义和用法

当鼠标滚轮在元素上向上或向下滚动时触发 onmousewheel 属性。

已弃用。 onmousewheel 属性已弃用,您应该改用 onwheel 属性。


适用于

onmousewheel 属性是 事件属性 的一部分,可用于任何 HTML 元素。

元素 事件
所有 HTML 元素 onmousewheel

实例

Img 实例

当用户在 <div> 元素上滚动鼠标滚轮时执行 JavaScript:

<div onwmousewheel="myFunction()">将鼠标滚轮滚到这里</div>
亲自试一试 »

浏览器支持

事件属性
onmousewheel Yes Yes 不支持 Yes Yes