Any way to know how far a user has scrolled in a div?

Any way to know how far a user has scrolled in a div?

I have a div that has a fixed height (and a max-height) and I give it the css attribute: overflow-y:scroll

so it has a scrollbar when there is a lot of content.

I do have a lot of content, and it would be nice to be able to tell the program, perhaps when the user clicks a button, just how far he has scrolled in the div so far.

Is there any way to do this?

Thanks