You can for example store the tab position in the localStorage.
Aug 30, 2022
4
Level 8
How would you save the current tab after refresh using this script?
What would be a good way to save the current tab after refreshing the page when using this script: https://www.w3schools.com/howto/howto_js_full_page_tabs.asp
Is my only option to use AJAX when clicking a tab then storing the tab value in a Session?
or, set a query string?
Level 63
1 like
Please or to participate in this conversation.