I have a NAV position: fixed; top:115px; width:210px; margin-bottom: 0px; bottom: 0px; overflow: hidden; overflow-y:scroll;
specifies.
<nav itemscope="" itemtype="http://schema.org/SiteNavigationElement" class="content-left">
This NAV
has a list of topics(link) in my website.
I want it remember the vertical scroll position of NAV
after refreshing page or clicking a link in the page. I can use jquery. How can i do it? Thanks.