I currently use parameters to navigate my (mostly) single-page app. For example, selecting “Pricing” at the top of the page will add a nav=pricing parameter to the URL, and scroll to the pricing section. The problem is if a user clicks “pricing” twice, it won’t work a second time, because the parameter is already in the URL. How do I reset the parameter if a user scrolls, for instance?
Thanks!
Ivan