[jQuery] Re: Autocomplete plugin - Hide completion list on Enter

2009-09-07 Thread janid1967
autocompletion div's: $(".ac_results").css("display", "none"); On 7 Sep, 20:50, janid1967 wrote: > Hi, I've just started using the jQuery Autocomplete plugin (http:// > docs.jquery.com/Plugins/Autocomplete). > I get my completions from a serverside servi

[jQuery] Autocomplete plugin - Hide completion list on Enter

2009-09-07 Thread janid1967
Hi, I've just started using the jQuery Autocomplete plugin (http:// docs.jquery.com/Plugins/Autocomplete). I get my completions from a serverside service. Currently I'm using the option selectFirst: false. When I'm using Enter without selecting from the completion list, this submits my form. This