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.
ブラウザでスクロールを上下に動かすときに、円の色を塗りつぶす必要があります。ページを上下に移動します。
助けてください。
jqueryとjqueryuiを使用すると、mousewheelイベントを使用できます。
$('#...').bind('mousewheel', function(e) { });
ここに例があります、それはあなたが始めるのを助けるべきです:
JSFiddle
いくつかの詳細:
JavaScriptのonmousewheelイベント