[jQuery] Re: Autocomplete with JSON contacting the server frequently

2008-12-09 Thread George
I guess just out of the name 'Autocomlete' you could think that any time you press a key in the input box the page is trying to complete your sentence. Hence sends request to the server. Not sure why would you need a solution? Is it broken? George. On Dec 8, 11:30 am, "R. Rajesh Jeba Anbiah" <[

[jQuery] Re: Autocomplete with JSON contacting the server frequently

2008-12-09 Thread brian
On Tue, Dec 9, 2008 at 11:11 AM, R. Rajesh Jeba Anbiah <[EMAIL PROTECTED]> wrote: > > On Dec 8, 9:30 pm, "R. Rajesh Jeba Anbiah" > <[EMAIL PROTECTED]> wrote: >>I have noted that the JSON >> version/usagehttp://jquery.bassistance.de/autocomplete/demo/json.htmlis >> contacting >> the server fr

[jQuery] Re: Autocomplete with JSON contacting the server frequently

2008-12-09 Thread R. Rajesh Jeba Anbiah
On Dec 8, 9:30 pm, "R. Rajesh Jeba Anbiah" <[EMAIL PROTECTED]> wrote: >I have noted that the JSON > version/usagehttp://jquery.bassistance.de/autocomplete/demo/json.htmlis > contacting > the server frequently. The standard version is not unnecessarily > contacting the server. It's contacting