Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ユーザーがマウス ホイールを使用して HTML ページをスクロールできないようにするにはどうすればよいですか?
通常、マウス ホイールを使用してページをスクロールします。ユーザーがマウス ホイールをトリガーしてもページを静止させます。私は何をすべきか?
window.onmousewheel=function(){return false}
http://jsfiddle.net/vBCbP/