Tagged Questions
3
votes
1answer
135 views
Save session state on search option change or after getting the search results?
I have a widget that helps looking for posts in my site.
Here's a picture of the widget (site's not online yet)
I want to use html5 session storage to store the widget options among pages.
When a ...