If you use the jQuery Autocomplete 1.1 plugin, * Edition: $ Id: jquery.autocomplete.js 15 2009-08-22 10: 30: 27Z joern.zaefferer $
"autoPostBackSelection: false" Ex:
$.Autocompleter.defaults = {
inputClass: "ac_input",
resultsClass: "ac_results",
loadingClass: "ac_loading",
minChars: 1,
delay: 400,
autoPostBackSelection: false,
...
"return true" selectCurrent().
if (options.autoPostBackSelection == true) {
__doPostBack($input.id, "");
}
:
selectCurrent() { ... if (options.autoPostBackSelection == ) { __doPostBack ($ input.id, ""); } return true; }