当鼠标超出控制范围时禁用页面滚动?
我正在创建一个 ASP.NET 应用程序。
在网页中我有一个谷歌地图控件。我使用鼠标滚轮放大/缩小地图。
但是,当我使用鼠标滚轮时,不仅地图会放大/缩小,而且页面也会向下/向上滚动。
当鼠标悬停在地图控件上时,如何禁用鼠标滚轮向下/向上滚动页面?
当鼠标超出控制范围时,我仍然希望能够向下滚动页面。
非常感谢您的帮助。 我希望我说清楚了。
I am creating an ASP.NET Application.
In a webpage I have a Google map control. I use the mouse wheel to zoom in/out in the map.
But when I use the mouse wheel not only the map zoom in/out but the page also scroll down/up.
How to disable scroll down/up of the page with mouse wheel when the mouse is over the map control?
I still want to be able to scrolldown the page when the mouse is outside the control.
Thank you very much for any help.
I hope I was clear.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在你所说的谷歌地图上的鼠标滚轮上,你有一个关于鼠标滚轮的事件处理程序。只需添加此内容即可。
On your mousewheel on the googlemap you say you have, you have an event handler about mousewheel. Just add this and you will be on your way.