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

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -