[jQuery] Re: Autocomplete plugin rare behaviour

2009-01-16 Thread Abba
I am having similar problems that the data is not populated all the times even though the server request is executed. Did you get an answer tor figure out the issue? I am using IE 7 Abba On Dec 31 2008, 2:14 am, R0bb13 wrote: > Hi > > I'm using theautocompleteplugin to edit the name of a produc

[jQuery] Re: Autocomplete plugin rare behaviour

2009-01-02 Thread R0bb13
Ok, this is my script and the piece of html that is related to it. The HTML: ... ... The JS code: $("#productname") .autocomplete("ax/suggest.html", { minChars: 2, max: 10, scroll: false, matchContains: true,

[jQuery] Re: Autocomplete plugin rare behaviour

2008-12-31 Thread brian
On Wed, Dec 31, 2008 at 5:29 AM, R0bb13 wrote: > > The text input has an initial value but the autocomplete does not care > about it. Sometimes it works and some times it doesn't. However the > ajax requests for the text in the input is done but the results are > not displayed under the input. C

[jQuery] Re: Autocomplete plugin rare behaviour

2008-12-31 Thread R0bb13
The text input has an initial value but the autocomplete does not care about it. Sometimes it works and some times it doesn't. However the ajax requests for the text in the input is done but the results are not displayed under the input.

[jQuery] Re: Autocomplete plugin rare behaviour

2008-12-30 Thread brian
On Wed, Dec 31, 2008 at 2:14 AM, R0bb13 wrote: > > Hi > > I'm using the autocomplete plugin to edit the name of a product in a > CMS. When the name field (with autocomplete) is empty the autocomplete > works perfectly. However when the field is not empty and you remove > the content the suggestio