I know there are a lot of tools in place like scrollspy from bootstrap or watching what section
or div
you're on and highlighting linked navigation sections, but what I'm looking for is slightly different. Is there a jQuery method that calculates the position on the page so I can show where on the page you are in relation to the whole thing? I'm not fluent enough in jQuery.
Could I calculate the height of the page and divide it out of where I'm at on the page (current position) to give me a percentage so I can continuously show my position? Are there methods available to do this?