Store searches then re display

Hey

Is it possible to store the searches/search history on the client side so they can repeat a previous search.

For example on Twitter - see screen shot

In your screenshot, history for the address bar is implemented by the browser.

If you are referring to the general forms on your site, autocomplete is handled by the browser by default as well, and the user would have an option to turn it off. See javascript - Make text input fields remember previously entered data - Stack Overflow

If you want a pseudo-history suggestion feature, this can only be done with custom code. See jQuery Plugin To Show Previously Entered Input Values - Input History | Free jQuery Plugins

1 Like

Thanks Samliew I will check it out. Appreciate your advise.

This topic was automatically closed after 60 days. New replies are no longer allowed.