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.
window.onscrollをラップするDojoメソッドはありますか?
ページスクロールをキャプチャできるようにしたい。マウスホイールをキャプチャすることはできますが、実際のページスクロールをキャプチャするための参照が見つからないようです。私はたくさんのバリエーションを試しましたが、イベントはまったくモミではないようです。
何か案は?
dojo.connect(window, 'onscroll', this, function(event) { var scrollTop = dojo._docScroll().y; //code to handle scroll });
これは、ドキュメントがマウスホイール、スクロールバー、または上下のキーを介してスクロールされているかどうかに関係なく機能します。これは、ほぼすべてのスクロールシナリオをカバーしています。