jquery - How can I add an autocomplete value to the browser's store without refreshing the page? -
i thought might it, not:
$.ajax({ type: "post", url: document.location, data: 'myautocompletename='+ myautocompletevalue });
i not sure step of typical form submission causing form values added autocomplete.
the solution not have jquery-based, i'm fine if is.
Comments
Post a Comment