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 Jul 16, 11:59 pm, Ariel <[EMAIL PROTECTED]> wrote: > 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 Explorer (7) It fails and the only little error I get from > > IE is " 0 is null or not an object ", and thats from this line in the > > plugin " formatItem: function(row) { return row[0]; }, ". I can't > > figure out why this works in all other browsers but fails in internet > > explorer. Anybody had this problem before or who can advice on a way > > to fix this? Thanks. > >

