How can I make browser remember form values for autocomplete on ajax submit?
问题 I have created a form, which on submit does a ajax call for the submission. It is not a standard form submit. How can I make browser remember form data(not just username and password) for autocomplete? I have tried submitting the form to hidden iframe but it is only working for chrome. Is there a solution or workaround which can work on all the browser. 回答1: I finally found the solution to this. Basically the browser store the input value when the submit event is triggered on the form. All