Currently in the process of developing a dynamic breadcrumb plugin with either jQuery or Javascript, however I am struggling to implement functionality that allows it to change dynamically as the page is scrolled.
The goal is to have a fixed header element containing the navigation and breadcrumbs. As users scroll down the page, I would like the breadcrumb navigation to update based on the section they are passing through.
Is this achievable?
Any assistance or suggestions would be greatly appreciated.