Is it possible to get scroll percent in a scrollable div?

Is it possible to get scroll percent in a scrollable div?

I have a div with the overflow set to auto. This is a mobile web app and on iOS, scrollable divs do not show a scroll bar so I am attempting to build one. The scroll event fires when I scroll on the iPad, I just need to know the scroll percent now so I can change my custom scroll track handle position.