[jQuery] Re: not working in Internet Explorer

2008-07-17 Thread Justin
Okay I figured out my problem, When i was building my array of items for the autocomplete, I had an extra , after the last item in the array, and that trailing comma was what was pissing internet explorer off, I just simply popped that last comma off and everything works fine in all browsers. On

[jQuery] Re: not working in Internet Explorer

2008-07-17 Thread Ariel
it's likely that you have an extra comma or something like that somewhere. On Jul 16, 11:09 pm, Justin <[EMAIL PROTECTED]> wrote: > Hello all, > I'm using the autocomplete plugin (http://jquery.bassistance.de/ > autocomplete/demo/) and everything runs fine in Firefox and Opera, but > in Internet