I have a one-page web app, with a submit button. When the button is clicked on, some parts of the page will change (header, grid information).
I'd like to write some code where an end user can click on a header (like the page title using <h1>) and it would act the same as the "back" button.
Is that possible?
