[jQuery] Re: Issue using a long array in jquery autocomplete

2008-07-02 Thread Abba . Bryant
Check that there isn't a comma at the end of the last item in your array. I had the same problem with autocomplete and it turned out that I had a comma at the end of the last item due to an oversimplified loop serverside to output the array. IE [ 'item', 'item', 'item', ] will break in IE but no

[jQuery] Re: Issue using a long array in jquery autocomplete

2008-07-01 Thread Gearóid O'Ceallaigh
Hi, thanks for the reply. I can't post the page since the site is being developed locally. I figured out several things that may prove useful however. I tried using a group of the data to see if this was the problem. IE6 returned the same error: "Unterminated String Contstant" but I noticed that

[jQuery] Re: Issue using a long array in jquery autocomplete

2008-06-30 Thread gf
On Jun 30, 3:38 am, Gearóid O'Ceallaigh <[EMAIL PROTECTED]> wrote: > Hi, > > I'm using bassistance's autocomplete on a website (plugin page found > here:http://plugins.jquery.com/project/autocompletex). Its perfect > for I need since it allows the data for the autocomplete to be loaded > from a lo