A JavaScript plugin to help preserve an element's scroll position.
Basic implementation should stash scroll position.
Scroll position should be preserved but will scroll to the nearest anchor if it's not currently visible.
Scrolling anchor in view should take into account a sticky header and footer along with the set padding.
Using a custom anchor by providing a selector via data-scroll-stash-anchor which overrides the anchor selector passed in options.