[jQuery] Re: Help with jquery autocomplete

2007-06-21 Thread Dan G. Switzer, II
jQuery (English) >Subject: [jQuery] Re: Help with jquery autocomplete > > >It happens only when the third char is a dot(.) or space. For example >consider that your are looking for >"St. Therese" , and you type >- "St." - there is no result >- "St. "- w

[jQuery] Re: Help with jquery autocomplete

2007-06-21 Thread RC
It happens only when the third char is a dot(.) or space. For example consider that your are looking for "St. Therese" , and you type - "St." - there is no result - "St. "- with a space after the dot , still there is no result - "St. T" - The result now shows up in the autocomplete dropdown. Jör

[jQuery] Re: Help with jquery autocomplete

2007-06-20 Thread Jörn Zaefferer
RC wrote: I am using the jquery autocomplete code and have set the minChars after which the autocomplete request is fired to 3. It works fine if all 3 chars are letter (eg: abc) but fails to show the results when I use a dot or space as the third character(eg: st.). Any suggestions on how this c