So I'm pretty sure if you changed lines 472 and 474 to give the ul an id and make sure jquery recognized that, this would work w/out having to get rid of your other ul's... I can't really test it out as I'm not currently sure as to how to recompress everything...
On Apr 11, 12:27 am, "vsanghvi" <[EMAIL PROTECTED]> wrote: > No, they have different id's. Although i think Interface just > dynamically creates a ul and might not give it an id. That might > explain the effect that I'm seeing... > > On Apr 11, 12:12 am, Ariel Jakobovits <[EMAIL PROTECTED]> wrote: > > > similar id's? > > > ----- Original Message ---- > > From: vsanghvi <[EMAIL PROTECTED]> > > To: jQuery (English) <jquery-en@googlegroups.com> > > Sent: Tuesday, April 10, 2007 11:19:37 AM > > Subject: [jQuery] Re: Interface Autocompleter - Odd display > > > For some reason, the result data is also being written to other > > unordered lists on my page along w/ the actual results box. Anyone > > know why this might be? > > > On Apr 10, 11:55 am, "vsanghvi" <[EMAIL PROTECTED]> wrote: > > > I looked around the group for something similar but couldn't find any > > > issue that's similar. I'm using the Interface autocompleter, and it > > > works properly and all, for some reason, the hovering effect takes > > > place elsewhere on the page, and I can't figure out how to properly > > > place it on the results box. > > > > So what happens, is that the results box shows up normally, but for > > > some reason, there are two other copies of the results in the upper > > > right hand and lower left hand corners of the screen. The actual > > > hovering even takes place in the upper right hand part of the screen. > > > I've put this on a flat page, and it works fine, but it might have > > > something to do with the fact that its on a relatively positioned > > > object... I'm not sure, and I couldn't hack the css in the > > > iautocomplete.js script to get it to work, because I'm really not sure > > > why I'm getting that effect. > > > > I uploaded it to the web:http://www.misfacio.com/~viraj/test/index.php > > > There might be other errors because I was working on this locally and > > > some references don't point where they should... > > > > Thanks in advance for any help!