Detect scroll for div

Hello!

How can use Dom7 to determine when div block has been scrolled?
I did not understand this from the documentation.
Any help.
Thank you!

$$('.some-div').on('scroll', function () {
  // do something on element scroll
})
1 Like

thank you! my problem solved